Html Css Color HEX #C08616 Dark Goldenrod

📋 copy color: '#C08616'

red 192 ◦ green 134 ◦ blue 22

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

Shades of Dark Goldenrod #C08616

Tints of Dark Goldenrod #C08616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.51%

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

R = 55.17%
G = 38.51%
B = 6.32%

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

#C08616 (or 0xC08616) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 16. RGB value is (192,134,22). Sum of RGB (Red+Green+Blue) = 192+134+22=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C08616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08616 is #3F79E9. Grayscale: #8B8B8B. Windows color (decimal): -4159978 or 1476288. OLE color: 1476288.

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

Color convert

RGB 192 134 22 -
CMYK 0 0.30 0.89 0.25
HSL 39.53º 0.79% 0.42% -
HSV(B) 39.53º 0.89% 0.75% -
XYZ 30.41 28.31 4.62 -
YUV 138.57 62.22 166.11 -
System Red Green Blue C M Y K H S L
Decimal 192 134 22 0 0.30 0.89 0.25 39.53 0.79 0.42
Hex C0 86 16 0 1E 59 19 28 4F 2A
Octal 300 206 26 0 36 131 31 50 117 52
Binary 11000000 10000110 10110 0 11110 1011001 11001 101000 1001111 101010

Color Harmonies of #C08616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08616

Black with #C08616

Text Example


Text Example

White with #C08616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08616; }

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

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

background-color css

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

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

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

border-color css

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

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

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