Html Css Color HEX #D2DB6D Goldenrod

📋 copy color: '#D2DB6D'

red 210 ◦ green 219 ◦ blue 109

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

Shades of Goldenrod #D2DB6D

Tints of Goldenrod #D2DB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.26%

R = 39.03%
G = 40.71%
B = 20.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#D2DB6D (or 0xD2DB6D) is known color: Goldenrod. HEX triplet: D2, DB and 6D. RGB value is (210,219,109). Sum of RGB (Red+Green+Blue) = 210+219+109=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DB6D is #2D2492. Grayscale: #CCCCCC. Windows color (decimal): -2958483 or 7199698. OLE color: 7199698.

HSL color Cylindrical-coordinate representation of color #D2DB6D: hue angle of 64.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2DB6D is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 219 109 -
CMYK 0.04 0 0.50 0.14
HSL 64.91º 0.6% 0.64% -
HSV(B) 64.91º 0.5% 0.86% -
XYZ 54.67 65.47 24.22 -
YUV 203.77 74.52 132.44 -
System Red Green Blue C M Y K H S L
Decimal 210 219 109 0.04 0 0.50 0.14 64.91 0.6 0.64
Hex D2 DB 6D 4 0 32 E 41 3C 40
Octal 322 333 155 4 0 62 16 101 74 100
Binary 11010010 11011011 1101101 100 0 110010 1110 1000001 111100 1000000

Color Harmonies of #D2DB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DB6D

Black with #D2DB6D

Text Example


Text Example

White with #D2DB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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