Html Css Color HEX #D0CF71 Goldenrod

📋 copy color: '#D0CF71'

red 208 ◦ green 207 ◦ blue 113

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

Shades of Goldenrod #D0CF71

Tints of Goldenrod #D0CF71

RGB

 RED value IS 208 (81.64% from 255) = 39.39%

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

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

R = 39.39%
G = 39.2%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0CF71 (or 0xD0CF71) is known color: Goldenrod. HEX triplet: D0, CF and 71. RGB value is (208,207,113). Sum of RGB (Red+Green+Blue) = 208+207+113=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF71 is #2F308E. Grayscale: #C4C4C4. Windows color (decimal): -3092623 or 7458768. OLE color: 7458768.

HSL color Cylindrical-coordinate representation of color #D0CF71: hue angle of 59.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0CF71 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 207 113 -
CMYK 0 0.00 0.46 0.18
HSL 59.37º 0.5% 0.63% -
HSV(B) 59.37º 0.46% 0.82% -
XYZ 51.31 59.23 24.35 -
YUV 196.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 208 207 113 0 0.00 0.46 0.18 59.37 0.5 0.63
Hex D0 CF 71 0 0 2E 12 3B 32 3F
Octal 320 317 161 0 0 56 22 73 62 77
Binary 11010000 11001111 1110001 0 0 101110 10010 111011 110010 111111

Color Harmonies of #D0CF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF71

Black with #D0CF71

Text Example


Text Example

White with #D0CF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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