Html Css Color HEX #D5CF6C Goldenrod

📋 copy color: '#D5CF6C'

red 213 ◦ green 207 ◦ blue 108

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

Shades of Goldenrod #D5CF6C

Tints of Goldenrod #D5CF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.45%

R = 40.34%
G = 39.2%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5CF6C (or 0xD5CF6C) is known color: Goldenrod. HEX triplet: D5, CF and 6C. RGB value is (213,207,108). Sum of RGB (Red+Green+Blue) = 213+207+108=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF6C is #2A3093. Grayscale: #C5C5C5. Windows color (decimal): -2764948 or 7131093. OLE color: 7131093.

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

Color convert

RGB 213 207 108 -
CMYK 0 0.03 0.49 0.16
HSL 56.57º 0.56% 0.63% -
HSV(B) 56.57º 0.49% 0.84% -
XYZ 52.46 59.85 22.98 -
YUV 197.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 213 207 108 0 0.03 0.49 0.16 56.57 0.56 0.63
Hex D5 CF 6C 0 3 31 10 39 38 3F
Octal 325 317 154 0 3 61 20 71 70 77
Binary 11010101 11001111 1101100 0 11 110001 10000 111001 111000 111111

Color Harmonies of #D5CF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF6C

Black with #D5CF6C

Text Example


Text Example

White with #D5CF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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