Html Css Color HEX #C08716 Dark Goldenrod

📋 copy color: '#C08716'

red 192 ◦ green 135 ◦ blue 22

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

Shades of Dark Goldenrod #C08716

Tints of Dark Goldenrod #C08716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.3%

R = 55.01%
G = 38.68%
B = 6.3%

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

#C08716 (or 0xC08716) is known color: Dark Goldenrod. HEX triplet: C0, 87 and 16. RGB value is (192,135,22). Sum of RGB (Red+Green+Blue) = 192+135+22=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C08716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08716 is #3F78E9. Grayscale: #8B8B8B. Windows color (decimal): -4159722 or 1476544. OLE color: 1476544.

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

Color convert

RGB 192 135 22 -
CMYK 0 0.30 0.89 0.25
HSL 39.88º 0.79% 0.42% -
HSV(B) 39.88º 0.89% 0.75% -
XYZ 30.55 28.59 4.67 -
YUV 139.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 192 135 22 0 0.30 0.89 0.25 39.88 0.79 0.42
Hex C0 87 16 0 1E 59 19 28 4F 2A
Octal 300 207 26 0 36 131 31 50 117 52
Binary 11000000 10000111 10110 0 11110 1011001 11001 101000 1001111 101010

Color Harmonies of #C08716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08716

Black with #C08716

Text Example


Text Example

White with #C08716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08716; }

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

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

background-color css

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

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

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

border-color css

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

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

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