Html Css Color HEX #D6DC7D Goldenrod

📋 copy color: '#D6DC7D'

red 214 ◦ green 220 ◦ blue 125

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

Shades of Goldenrod #D6DC7D

Tints of Goldenrod #D6DC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.36%

R = 38.28%
G = 39.36%
B = 22.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#D6DC7D (or 0xD6DC7D) is known color: Goldenrod. HEX triplet: D6, DC and 7D. RGB value is (214,220,125). Sum of RGB (Red+Green+Blue) = 214+220+125=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC7D is #292382. Grayscale: #CFCFCF. Windows color (decimal): -2696067 or 8248534. OLE color: 8248534.

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

Color convert

RGB 214 220 125 -
CMYK 0.03 0 0.43 0.14
HSL 63.79º 0.58% 0.68% -
HSV(B) 63.79º 0.43% 0.86% -
XYZ 57.03 66.96 29.32 -
YUV 207.38 81.51 132.72 -
System Red Green Blue C M Y K H S L
Decimal 214 220 125 0.03 0 0.43 0.14 63.79 0.58 0.68
Hex D6 DC 7D 3 0 2B E 40 3A 44
Octal 326 334 175 3 0 53 16 100 72 104
Binary 11010110 11011100 1111101 11 0 101011 1110 1000000 111010 1000100

Color Harmonies of #D6DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC7D

Black with #D6DC7D

Text Example


Text Example

White with #D6DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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