Html Css Color HEX #D5CF73 Goldenrod

📋 copy color: '#D5CF73'

red 213 ◦ green 207 ◦ blue 115

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

Shades of Goldenrod #D5CF73

Tints of Goldenrod #D5CF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.5%

R = 39.81%
G = 38.69%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D5CF73 (or 0xD5CF73) is known color: Goldenrod. HEX triplet: D5, CF and 73. RGB value is (213,207,115). Sum of RGB (Red+Green+Blue) = 213+207+115=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF73 is #2A308C. Grayscale: #C6C6C6. Windows color (decimal): -2764941 or 7589845. OLE color: 7589845.

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

Color convert

RGB 213 207 115 -
CMYK 0 0.03 0.46 0.16
HSL 56.33º 0.54% 0.64% -
HSV(B) 56.33º 0.46% 0.84% -
XYZ 52.85 60.01 25.02 -
YUV 198.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 213 207 115 0 0.03 0.46 0.16 56.33 0.54 0.64
Hex D5 CF 73 0 3 2E 10 38 36 40
Octal 325 317 163 0 3 56 20 70 66 100
Binary 11010101 11001111 1110011 0 11 101110 10000 111000 110110 1000000

Color Harmonies of #D5CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF73

Black with #D5CF73

Text Example


Text Example

White with #D5CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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