Html Css Color HEX #D5CD6D Goldenrod

📋 copy color: '#D5CD6D'

red 213 ◦ green 205 ◦ blue 109

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

Shades of Goldenrod #D5CD6D

Tints of Goldenrod #D5CD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.68%

R = 40.42%
G = 38.9%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5CD6D (or 0xD5CD6D) is known color: Goldenrod. HEX triplet: D5, CD and 6D. RGB value is (213,205,109). Sum of RGB (Red+Green+Blue) = 213+205+109=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD6D is #2A3292. Grayscale: #C4C4C4. Windows color (decimal): -2765459 or 7196117. OLE color: 7196117.

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

Color convert

RGB 213 205 109 -
CMYK 0 0.04 0.49 0.16
HSL 55.38º 0.55% 0.63% -
HSV(B) 55.38º 0.49% 0.84% -
XYZ 52.03 58.91 23.1 -
YUV 196.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 213 205 109 0 0.04 0.49 0.16 55.38 0.55 0.63
Hex D5 CD 6D 0 4 31 10 37 37 3F
Octal 325 315 155 0 4 61 20 67 67 77
Binary 11010101 11001101 1101101 0 100 110001 10000 110111 110111 111111

Color Harmonies of #D5CD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD6D

Black with #D5CD6D

Text Example


Text Example

White with #D5CD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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