Html Css Color HEX #D2DB62 Goldenrod

📋 copy color: '#D2DB62'

red 210 ◦ green 219 ◦ blue 98

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

Shades of Goldenrod #D2DB62

Tints of Goldenrod #D2DB62

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.56%

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

R = 39.85%
G = 41.56%
B = 18.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#D2DB62 (or 0xD2DB62) is known color: Goldenrod. HEX triplet: D2, DB and 62. RGB value is (210,219,98). Sum of RGB (Red+Green+Blue) = 210+219+98=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DB62 is #2D249D. Grayscale: #CACACA. Windows color (decimal): -2958494 or 6478802. OLE color: 6478802.

HSL color Cylindrical-coordinate representation of color #D2DB62: hue angle of 64.46º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2DB62 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 219 98 -
CMYK 0.04 0 0.55 0.14
HSL 64.46º 0.63% 0.62% -
HSV(B) 64.46º 0.55% 0.86% -
XYZ 54.11 65.25 21.3 -
YUV 202.52 69.02 133.34 -
System Red Green Blue C M Y K H S L
Decimal 210 219 98 0.04 0 0.55 0.14 64.46 0.63 0.62
Hex D2 DB 62 4 0 37 E 40 3F 3E
Octal 322 333 142 4 0 67 16 100 77 76
Binary 11010010 11011011 1100010 100 0 110111 1110 1000000 111111 111110

Color Harmonies of #D2DB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DB62

Black with #D2DB62

Text Example


Text Example

White with #D2DB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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