Html Css Color HEX #D5CD6E Goldenrod

📋 copy color: '#D5CD6E'

red 213 ◦ green 205 ◦ blue 110

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

Shades of Goldenrod #D5CD6E

Tints of Goldenrod #D5CD6E

RGB

 RED value IS 213 (83.59% from 255) = 40.34%

 GREEN value IS 205 (80.47% from 255) = 38.83%

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

R = 40.34%
G = 38.83%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5CD6E (or 0xD5CD6E) is known color: Goldenrod. HEX triplet: D5, CD and 6E. RGB value is (213,205,110). Sum of RGB (Red+Green+Blue) = 213+205+110=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD6E is #2A3291. Grayscale: #C4C4C4. Windows color (decimal): -2765458 or 7261653. OLE color: 7261653.

HSL color Cylindrical-coordinate representation of color #D5CD6E: hue angle of 55.34º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5CD6E is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 205 110 -
CMYK 0 0.04 0.48 0.16
HSL 55.34º 0.55% 0.63% -
HSV(B) 55.34º 0.48% 0.84% -
XYZ 52.09 58.93 23.38 -
YUV 196.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 213 205 110 0 0.04 0.48 0.16 55.34 0.55 0.63
Hex D5 CD 6E 0 4 30 10 37 37 3F
Octal 325 315 156 0 4 60 20 67 67 77
Binary 11010101 11001101 1101110 0 100 110000 10000 110111 110111 111111

Color Harmonies of #D5CD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD6E

Black with #D5CD6E

Text Example


Text Example

White with #D5CD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD6E; }

 p { color: rgb(213,205,110); }

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

background-color css

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

 a { background-color: rgb(213,205,110); }

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

border-color css

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

 span { border-color: rgb(213,205,110); }

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