Html Css Color HEX #C08715 Dark Goldenrod

📋 copy color: '#C08715'

red 192 ◦ green 135 ◦ blue 21

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

Shades of Dark Goldenrod #C08715

Tints of Dark Goldenrod #C08715

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.79%

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

R = 55.17%
G = 38.79%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C08715 (or 0xC08715) is known color: Dark Goldenrod. HEX triplet: C0, 87 and 15. RGB value is (192,135,21). Sum of RGB (Red+Green+Blue) = 192+135+21=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C08715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08715 is #3F78EA. Grayscale: #8B8B8B. Windows color (decimal): -4159723 or 1411008. OLE color: 1411008.

HSL color Cylindrical-coordinate representation of color #C08715: hue angle of 40º 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 #C08715 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 21 -
CMYK 0 0.30 0.89 0.25
HSL 40º 0.8% 0.42% -
HSV(B) 40º 0.89% 0.75% -
XYZ 30.54 28.59 4.62 -
YUV 139.05 61.38 165.77 -
System Red Green Blue C M Y K H S L
Decimal 192 135 21 0 0.30 0.89 0.25 40 0.8 0.42
Hex C0 87 15 0 1E 59 19 28 50 2A
Octal 300 207 25 0 36 131 31 50 120 52
Binary 11000000 10000111 10101 0 11110 1011001 11001 101000 1010000 101010

Color Harmonies of #C08715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08715

Black with #C08715

Text Example


Text Example

White with #C08715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08715; }

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

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

background-color css

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

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

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

border-color css

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

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

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