Html Css Color HEX #C08015 Dark Goldenrod

📋 copy color: '#C08015'

red 192 ◦ green 128 ◦ blue 21

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

Shades of Dark Goldenrod #C08015

Tints of Dark Goldenrod #C08015

RGB

 RED value IS 192 (75.39% from 255) = 56.3%

 GREEN value IS 128 (50.39% from 255) = 37.54%

 BLUE value IS 21 (8.59% from 255) = 6.16%

R = 56.3%
G = 37.54%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C08015 (or 0xC08015) is known color: Dark Goldenrod. HEX triplet: C0, 80 and 15. RGB value is (192,128,21). Sum of RGB (Red+Green+Blue) = 192+128+21=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C08015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08015 is #3F7FEA. Grayscale: #878787. Windows color (decimal): -4161515 or 1409216. OLE color: 1409216.

HSL color Cylindrical-coordinate representation of color #C08015: hue angle of 37.54º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C08015 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 21 -
CMYK 0 0.33 0.89 0.25
HSL 37.54º 0.8% 0.42% -
HSV(B) 37.54º 0.89% 0.75% -
XYZ 29.59 26.7 4.3 -
YUV 134.94 63.7 168.7 -
System Red Green Blue C M Y K H S L
Decimal 192 128 21 0 0.33 0.89 0.25 37.54 0.8 0.42
Hex C0 80 15 0 21 59 19 26 50 2A
Octal 300 200 25 0 41 131 31 46 120 52
Binary 11000000 10000000 10101 0 100001 1011001 11001 100110 1010000 101010

Color Harmonies of #C08015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08015

Black with #C08015

Text Example


Text Example

White with #C08015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08015; }

 p { color: rgb(192,128,21); }

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

background-color css

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

 a { background-color: rgb(192,128,21); }

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

border-color css

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

 span { border-color: rgb(192,128,21); }

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