Html Css Color HEX #D5CF60 Goldenrod

📋 copy color: '#D5CF60'

red 213 ◦ green 207 ◦ blue 96

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

Shades of Goldenrod #D5CF60

Tints of Goldenrod #D5CF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.6%

R = 41.28%
G = 40.12%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5CF60 (or 0xD5CF60) is known color: Goldenrod. HEX triplet: D5, CF and 60. RGB value is (213,207,96). Sum of RGB (Red+Green+Blue) = 213+207+96=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF60 is #2A309F. Grayscale: #C4C4C4. Windows color (decimal): -2764960 or 6344661. OLE color: 6344661.

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

Color convert

RGB 213 207 96 -
CMYK 0 0.03 0.55 0.16
HSL 56.92º 0.58% 0.61% -
HSV(B) 56.92º 0.55% 0.84% -
XYZ 51.86 59.62 19.84 -
YUV 196.14 71.49 140.03 -
System Red Green Blue C M Y K H S L
Decimal 213 207 96 0 0.03 0.55 0.16 56.92 0.58 0.61
Hex D5 CF 60 0 3 37 10 39 3A 3D
Octal 325 317 140 0 3 67 20 71 72 75
Binary 11010101 11001111 1100000 0 11 110111 10000 111001 111010 111101

Color Harmonies of #D5CF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF60

Black with #D5CF60

Text Example


Text Example

White with #D5CF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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