Html Css Color HEX #D5CD6A Goldenrod

📋 copy color: '#D5CD6A'

red 213 ◦ green 205 ◦ blue 106

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

Shades of Goldenrod #D5CD6A

Tints of Goldenrod #D5CD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.23%

R = 40.65%
G = 39.12%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5CD6A (or 0xD5CD6A) is known color: Goldenrod. HEX triplet: D5, CD and 6A. RGB value is (213,205,106). Sum of RGB (Red+Green+Blue) = 213+205+106=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD6A is #2A3295. Grayscale: #C4C4C4. Windows color (decimal): -2765462 or 6999509. OLE color: 6999509.

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

Color convert

RGB 213 205 106 -
CMYK 0 0.04 0.50 0.16
HSL 55.51º 0.56% 0.63% -
HSV(B) 55.51º 0.5% 0.84% -
XYZ 51.87 58.85 22.26 -
YUV 196.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 213 205 106 0 0.04 0.50 0.16 55.51 0.56 0.63
Hex D5 CD 6A 0 4 32 10 38 38 3F
Octal 325 315 152 0 4 62 20 70 70 77
Binary 11010101 11001101 1101010 0 100 110010 10000 111000 111000 111111

Color Harmonies of #D5CD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD6A

Black with #D5CD6A

Text Example


Text Example

White with #D5CD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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