Html Css Color HEX #D6DC5F Goldenrod

📋 copy color: '#D6DC5F'

red 214 ◦ green 220 ◦ blue 95

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

Shades of Goldenrod #D6DC5F

Tints of Goldenrod #D6DC5F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.59%

 BLUE value IS 95 (37.5% from 255) = 17.96%

R = 40.45%
G = 41.59%
B = 17.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#D6DC5F (or 0xD6DC5F) is known color: Goldenrod. HEX triplet: D6, DC and 5F. RGB value is (214,220,95). Sum of RGB (Red+Green+Blue) = 214+220+95=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC5F is #2923A0. Grayscale: #CCCCCC. Windows color (decimal): -2696097 or 6282454. OLE color: 6282454.

HSL color Cylindrical-coordinate representation of color #D6DC5F: hue angle of 62.88º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6DC5F is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 95 -
CMYK 0.03 0 0.57 0.14
HSL 62.88º 0.64% 0.62% -
HSV(B) 62.88º 0.57% 0.86% -
XYZ 55.39 66.31 20.71 -
YUV 203.96 66.51 135.16 -
System Red Green Blue C M Y K H S L
Decimal 214 220 95 0.03 0 0.57 0.14 62.88 0.64 0.62
Hex D6 DC 5F 3 0 39 E 3F 40 3E
Octal 326 334 137 3 0 71 16 77 100 76
Binary 11010110 11011100 1011111 11 0 111001 1110 111111 1000000 111110

Color Harmonies of #D6DC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC5F

Black with #D6DC5F

Text Example


Text Example

White with #D6DC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC5F; }

 p { color: rgb(214,220,95); }

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

background-color css

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

 a { background-color: rgb(214,220,95); }

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

border-color css

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

 span { border-color: rgb(214,220,95); }

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