Html Css Color HEX #D5CF76 Goldenrod

📋 copy color: '#D5CF76'

red 213 ◦ green 207 ◦ blue 118

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

Shades of Goldenrod #D5CF76

Tints of Goldenrod #D5CF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.93%

R = 39.59%
G = 38.48%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5CF76 (or 0xD5CF76) is known color: Goldenrod. HEX triplet: D5, CF and 76. RGB value is (213,207,118). Sum of RGB (Red+Green+Blue) = 213+207+118=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF76 is #2A3089. Grayscale: #C7C7C7. Windows color (decimal): -2764938 or 7786453. OLE color: 7786453.

HSL color Cylindrical-coordinate representation of color #D5CF76: hue angle of 56.21º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5CF76 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 207 118 -
CMYK 0 0.03 0.45 0.16
HSL 56.21º 0.53% 0.65% -
HSV(B) 56.21º 0.45% 0.84% -
XYZ 53.02 60.08 25.94 -
YUV 198.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 213 207 118 0 0.03 0.45 0.16 56.21 0.53 0.65
Hex D5 CF 76 0 3 2D 10 38 35 41
Octal 325 317 166 0 3 55 20 70 65 101
Binary 11010101 11001111 1110110 0 11 101101 10000 111000 110101 1000001

Color Harmonies of #D5CF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF76

Black with #D5CF76

Text Example


Text Example

White with #D5CF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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