Html Css Color HEX #C08119 Dark Goldenrod

📋 copy color: '#C08119'

red 192 ◦ green 129 ◦ blue 25

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

Shades of Dark Goldenrod #C08119

Tints of Dark Goldenrod #C08119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.28%

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 55.49%
G = 37.28%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C08119 (or 0xC08119) is known color: Dark Goldenrod. HEX triplet: C0, 81 and 19. RGB value is (192,129,25). Sum of RGB (Red+Green+Blue) = 192+129+25=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C08119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08119 is #3F7EE6. Grayscale: #888888. Windows color (decimal): -4161255 or 1671616. OLE color: 1671616.

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

Color convert

RGB 192 129 25 -
CMYK 0 0.33 0.87 0.25
HSL 37.37º 0.77% 0.43% -
HSV(B) 37.37º 0.87% 0.75% -
XYZ 29.76 26.98 4.56 -
YUV 135.98 65.37 167.96 -
System Red Green Blue C M Y K H S L
Decimal 192 129 25 0 0.33 0.87 0.25 37.37 0.77 0.43
Hex C0 81 19 0 21 57 19 25 4D 2B
Octal 300 201 31 0 41 127 31 45 115 53
Binary 11000000 10000001 11001 0 100001 1010111 11001 100101 1001101 101011

Color Harmonies of #C08119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08119

Black with #C08119

Text Example


Text Example

White with #C08119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08119; }

 p { color: rgb(192,129,25); }

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

background-color css

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

 a { background-color: rgb(192,129,25); }

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

border-color css

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

 span { border-color: rgb(192,129,25); }

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