Html Css Color HEX #C08019 Dark Goldenrod

📋 copy color: '#C08019'

red 192 ◦ green 128 ◦ blue 25

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

Shades of Dark Goldenrod #C08019

Tints of Dark Goldenrod #C08019

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

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

R = 55.65%
G = 37.1%
B = 7.25%

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

#C08019 (or 0xC08019) is known color: Dark Goldenrod. HEX triplet: C0, 80 and 19. RGB value is (192,128,25). Sum of RGB (Red+Green+Blue) = 192+128+25=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C08019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08019 is #3F7FE6. Grayscale: #878787. Windows color (decimal): -4161511 or 1671360. OLE color: 1671360.

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

Color convert

RGB 192 128 25 -
CMYK 0 0.33 0.87 0.25
HSL 37.01º 0.77% 0.43% -
HSV(B) 37.01º 0.87% 0.75% -
XYZ 29.63 26.72 4.51 -
YUV 135.39 65.7 168.38 -
System Red Green Blue C M Y K H S L
Decimal 192 128 25 0 0.33 0.87 0.25 37.01 0.77 0.43
Hex C0 80 19 0 21 57 19 25 4D 2B
Octal 300 200 31 0 41 127 31 45 115 53
Binary 11000000 10000000 11001 0 100001 1010111 11001 100101 1001101 101011

Color Harmonies of #C08019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08019

Black with #C08019

Text Example


Text Example

White with #C08019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08019; }

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

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

background-color css

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

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

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

border-color css

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

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

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