Html Css Color HEX #D2DF62 Mindaro

📋 copy color: '#D2DF62'

red 210 ◦ green 223 ◦ blue 98

#D2DF62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #D2DF62

Tints of Mindaro #D2DF62

RGB

 RED value IS 210 (82.42% from 255) = 39.55%

 GREEN value IS 223 (87.5% from 255) = 42%

 BLUE value IS 98 (38.67% from 255) = 18.46%

R = 39.55%
G = 42%
B = 18.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D2DF62 (or 0xD2DF62) is known color: Mindaro. HEX triplet: D2, DF and 62. RGB value is (210,223,98). Sum of RGB (Red+Green+Blue) = 210+223+98=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DF62 is #2D209D. Grayscale: #CDCDCD. Windows color (decimal): -2957470 or 6479826. OLE color: 6479826.

HSL color Cylindrical-coordinate representation of color #D2DF62: hue angle of 66.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2DF62 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 223 98 -
CMYK 0.06 0 0.56 0.13
HSL 66.24º 0.66% 0.63% -
HSV(B) 66.24º 0.56% 0.87% -
XYZ 55.17 67.36 21.65 -
YUV 204.86 67.69 131.66 -
System Red Green Blue C M Y K H S L
Decimal 210 223 98 0.06 0 0.56 0.13 66.24 0.66 0.63
Hex D2 DF 62 6 0 38 D 42 42 3F
Octal 322 337 142 6 0 70 15 102 102 77
Binary 11010010 11011111 1100010 110 0 111000 1101 1000010 1000010 111111

Color Harmonies of #D2DF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DF62

Black with #D2DF62

Text Example


Text Example

White with #D2DF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DF62; }

 p { color: rgb(210,223,98); }

 H1.HeaderClassName
 {
   color: #D2DF62;
 }
 .AnyTagClassName
 {
   color: #D2DF62;
 }
</style>

background-color css

<style>
 a { background-color: #D2DF62; }

 a { background-color: rgb(210,223,98); }

 div.DivClassName
 {
   background-color: #D2DF62;
 }
 .BgClassName
 {
   background-color: #D2DF62;
 }
</style>

border-color css

<style>
 span { border-color: #D2DF62; }

 span { border-color: rgb(210,223,98); }

 td.TdClassName
 {
   border-color: #D2DF62;
 }
 .TagClassName
 {
   border-color: #D2DF62;
 }
</style>