Html Css Color HEX #D5CF66 Goldenrod

📋 copy color: '#D5CF66'

red 213 ◦ green 207 ◦ blue 102

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

Shades of Goldenrod #D5CF66

Tints of Goldenrod #D5CF66

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.66%

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

R = 40.8%
G = 39.66%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5CF66 (or 0xD5CF66) is known color: Goldenrod. HEX triplet: D5, CF and 66. RGB value is (213,207,102). Sum of RGB (Red+Green+Blue) = 213+207+102=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF66 is #2A3099. Grayscale: #C5C5C5. Windows color (decimal): -2764954 or 6737877. OLE color: 6737877.

HSL color Cylindrical-coordinate representation of color #D5CF66: hue angle of 56.76º 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 #D5CF66 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 207 102 -
CMYK 0 0.03 0.52 0.16
HSL 56.76º 0.57% 0.62% -
HSV(B) 56.76º 0.52% 0.84% -
XYZ 52.15 59.73 21.35 -
YUV 196.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 213 207 102 0 0.03 0.52 0.16 56.76 0.57 0.62
Hex D5 CF 66 0 3 34 10 39 39 3E
Octal 325 317 146 0 3 64 20 71 71 76
Binary 11010101 11001111 1100110 0 11 110100 10000 111001 111001 111110

Color Harmonies of #D5CF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF66

Black with #D5CF66

Text Example


Text Example

White with #D5CF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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