Html Css Color HEX #D6DB62 Goldenrod

📋 copy color: '#D6DB62'

red 214 ◦ green 219 ◦ blue 98

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

Shades of Goldenrod #D6DB62

Tints of Goldenrod #D6DB62

RGB

 RED value IS 214 (83.98% from 255) = 40.3%

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

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

R = 40.3%
G = 41.24%
B = 18.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#D6DB62 (or 0xD6DB62) is known color: Goldenrod. HEX triplet: D6, DB and 62. RGB value is (214,219,98). Sum of RGB (Red+Green+Blue) = 214+219+98=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DB62 is #29249D. Grayscale: #CCCCCC. Windows color (decimal): -2696350 or 6478806. OLE color: 6478806.

HSL color Cylindrical-coordinate representation of color #D6DB62: hue angle of 62.48º 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 #D6DB62 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 219 98 -
CMYK 0.02 0 0.55 0.14
HSL 62.48º 0.63% 0.62% -
HSV(B) 62.48º 0.55% 0.86% -
XYZ 55.27 65.84 21.35 -
YUV 203.71 68.34 135.34 -
System Red Green Blue C M Y K H S L
Decimal 214 219 98 0.02 0 0.55 0.14 62.48 0.63 0.62
Hex D6 DB 62 2 0 37 E 3E 3F 3E
Octal 326 333 142 2 0 67 16 76 77 76
Binary 11010110 11011011 1100010 10 0 110111 1110 111110 111111 111110

Color Harmonies of #D6DB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB62

Black with #D6DB62

Text Example


Text Example

White with #D6DB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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