Html Css Color HEX #C08416 Dark Goldenrod

📋 copy color: '#C08416'

red 192 ◦ green 132 ◦ blue 22

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

Shades of Dark Goldenrod #C08416

Tints of Dark Goldenrod #C08416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.15%

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

R = 55.49%
G = 38.15%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C08416 (or 0xC08416) is known color: Dark Goldenrod. HEX triplet: C0, 84 and 16. RGB value is (192,132,22). Sum of RGB (Red+Green+Blue) = 192+132+22=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C08416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08416 is #3F7BE9. Grayscale: #898989. Windows color (decimal): -4160490 or 1475776. OLE color: 1475776.

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

Color convert

RGB 192 132 22 -
CMYK 0 0.31 0.89 0.25
HSL 38.82º 0.79% 0.42% -
HSV(B) 38.82º 0.89% 0.75% -
XYZ 30.13 27.77 4.53 -
YUV 137.4 62.88 166.94 -
System Red Green Blue C M Y K H S L
Decimal 192 132 22 0 0.31 0.89 0.25 38.82 0.79 0.42
Hex C0 84 16 0 1F 59 19 27 4F 2A
Octal 300 204 26 0 37 131 31 47 117 52
Binary 11000000 10000100 10110 0 11111 1011001 11001 100111 1001111 101010

Color Harmonies of #C08416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08416

Black with #C08416

Text Example


Text Example

White with #C08416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08416; }

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

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

background-color css

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

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

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

border-color css

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

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

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