Html Css Color HEX #D5CF71 Goldenrod

📋 copy color: '#D5CF71'

red 213 ◦ green 207 ◦ blue 113

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

Shades of Goldenrod #D5CF71

Tints of Goldenrod #D5CF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.2%

R = 39.96%
G = 38.84%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5CF71 (or 0xD5CF71) is known color: Goldenrod. HEX triplet: D5, CF and 71. RGB value is (213,207,113). Sum of RGB (Red+Green+Blue) = 213+207+113=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF71 is #2A308E. Grayscale: #C6C6C6. Windows color (decimal): -2764943 or 7458773. OLE color: 7458773.

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

Color convert

RGB 213 207 113 -
CMYK 0 0.03 0.47 0.16
HSL 56.4º 0.54% 0.64% -
HSV(B) 56.4º 0.47% 0.84% -
XYZ 52.73 59.96 24.42 -
YUV 198.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 213 207 113 0 0.03 0.47 0.16 56.4 0.54 0.64
Hex D5 CF 71 0 3 2F 10 38 36 40
Octal 325 317 161 0 3 57 20 70 66 100
Binary 11010101 11001111 1110001 0 11 101111 10000 111000 110110 1000000

Color Harmonies of #D5CF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF71

Black with #D5CF71

Text Example


Text Example

White with #D5CF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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