Html Css Color HEX #D2DA6F Goldenrod

📋 copy color: '#D2DA6F'

red 210 ◦ green 218 ◦ blue 111

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

Shades of Goldenrod #D2DA6F

Tints of Goldenrod #D2DA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.59%

R = 38.96%
G = 40.45%
B = 20.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D2DA6F (or 0xD2DA6F) is known color: Goldenrod. HEX triplet: D2, DA and 6F. RGB value is (210,218,111). Sum of RGB (Red+Green+Blue) = 210+218+111=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA6F is #2D2590. Grayscale: #CBCBCB. Windows color (decimal): -2958737 or 7330514. OLE color: 7330514.

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

Color convert

RGB 210 218 111 -
CMYK 0.04 0 0.49 0.15
HSL 64.49º 0.59% 0.65% -
HSV(B) 64.49º 0.49% 0.85% -
XYZ 54.52 64.99 24.71 -
YUV 203.41 75.85 132.7 -
System Red Green Blue C M Y K H S L
Decimal 210 218 111 0.04 0 0.49 0.15 64.49 0.59 0.65
Hex D2 DA 6F 4 0 31 F 40 3B 41
Octal 322 332 157 4 0 61 17 100 73 101
Binary 11010010 11011010 1101111 100 0 110001 1111 1000000 111011 1000001

Color Harmonies of #D2DA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DA6F

Black with #D2DA6F

Text Example


Text Example

White with #D2DA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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