Html Css Color HEX #D5CD66 Goldenrod

📋 copy color: '#D5CD66'

red 213 ◦ green 205 ◦ blue 102

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

Shades of Goldenrod #D5CD66

Tints of Goldenrod #D5CD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.62%

R = 40.96%
G = 39.42%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5CD66 (or 0xD5CD66) is known color: Goldenrod. HEX triplet: D5, CD and 66. RGB value is (213,205,102). Sum of RGB (Red+Green+Blue) = 213+205+102=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD66 is #2A3299. Grayscale: #C4C4C4. Windows color (decimal): -2765466 or 6737365. OLE color: 6737365.

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

Color convert

RGB 213 205 102 -
CMYK 0 0.04 0.52 0.16
HSL 55.68º 0.57% 0.62% -
HSV(B) 55.68º 0.52% 0.84% -
XYZ 51.67 58.77 21.19 -
YUV 195.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 213 205 102 0 0.04 0.52 0.16 55.68 0.57 0.62
Hex D5 CD 66 0 4 34 10 38 39 3E
Octal 325 315 146 0 4 64 20 70 71 76
Binary 11010101 11001101 1100110 0 100 110100 10000 111000 111001 111110

Color Harmonies of #D5CD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD66

Black with #D5CD66

Text Example


Text Example

White with #D5CD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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