Html Css Color HEX #D6DA6F Goldenrod

📋 copy color: '#D6DA6F'

red 214 ◦ green 218 ◦ blue 111

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

Shades of Goldenrod #D6DA6F

Tints of Goldenrod #D6DA6F

RGB

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

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

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

R = 39.41%
G = 40.15%
B = 20.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D6DA6F (or 0xD6DA6F) is known color: Goldenrod. HEX triplet: D6, DA and 6F. RGB value is (214,218,111). Sum of RGB (Red+Green+Blue) = 214+218+111=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DA6F is #292590. Grayscale: #CDCDCD. Windows color (decimal): -2696593 or 7330518. OLE color: 7330518.

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

Color convert

RGB 214 218 111 -
CMYK 0.02 0 0.49 0.15
HSL 62.24º 0.59% 0.65% -
HSV(B) 62.24º 0.49% 0.85% -
XYZ 55.67 65.59 24.76 -
YUV 204.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 214 218 111 0.02 0 0.49 0.15 62.24 0.59 0.65
Hex D6 DA 6F 2 0 31 F 3E 3B 41
Octal 326 332 157 2 0 61 17 76 73 101
Binary 11010110 11011010 1101111 10 0 110001 1111 111110 111011 1000001

Color Harmonies of #D6DA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DA6F

Black with #D6DA6F

Text Example


Text Example

White with #D6DA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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