Html Css Color HEX #D2DA6E Goldenrod

📋 copy color: '#D2DA6E'

red 210 ◦ green 218 ◦ blue 110

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

Shades of Goldenrod #D2DA6E

Tints of Goldenrod #D2DA6E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.52%

 BLUE value IS 110 (43.36% from 255) = 20.45%

R = 39.03%
G = 40.52%
B = 20.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D2DA6E (or 0xD2DA6E) is known color: Goldenrod. HEX triplet: D2, DA and 6E. RGB value is (210,218,110). Sum of RGB (Red+Green+Blue) = 210+218+110=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA6E is #2D2591. Grayscale: #CBCBCB. Windows color (decimal): -2958738 or 7264978. OLE color: 7264978.

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

Color convert

RGB 210 218 110 -
CMYK 0.04 0 0.50 0.15
HSL 64.44º 0.59% 0.64% -
HSV(B) 64.44º 0.5% 0.85% -
XYZ 54.46 64.97 24.42 -
YUV 203.3 75.35 132.78 -
System Red Green Blue C M Y K H S L
Decimal 210 218 110 0.04 0 0.50 0.15 64.44 0.59 0.64
Hex D2 DA 6E 4 0 32 F 40 3B 40
Octal 322 332 156 4 0 62 17 100 73 100
Binary 11010010 11011010 1101110 100 0 110010 1111 1000000 111011 1000000

Color Harmonies of #D2DA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DA6E

Black with #D2DA6E

Text Example


Text Example

White with #D2DA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DA6E; }

 p { color: rgb(210,218,110); }

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

background-color css

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

 a { background-color: rgb(210,218,110); }

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

border-color css

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

 span { border-color: rgb(210,218,110); }

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