Html Css Color HEX #C08318 Dark Goldenrod

📋 copy color: '#C08318'

red 192 ◦ green 131 ◦ blue 24

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

Shades of Dark Goldenrod #C08318

Tints of Dark Goldenrod #C08318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

 BLUE value IS 24 (9.77% from 255) = 6.92%

R = 55.33%
G = 37.75%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C08318 (or 0xC08318) is known color: Dark Goldenrod. HEX triplet: C0, 83 and 18. RGB value is (192,131,24). Sum of RGB (Red+Green+Blue) = 192+131+24=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C08318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08318 is #3F7CE7. Grayscale: #898989. Windows color (decimal): -4160744 or 1606592. OLE color: 1606592.

HSL color Cylindrical-coordinate representation of color #C08318: hue angle of 38.21º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C08318 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 24 -
CMYK 0 0.32 0.88 0.25
HSL 38.21º 0.78% 0.42% -
HSV(B) 38.21º 0.88% 0.75% -
XYZ 30.02 27.51 4.59 -
YUV 137.04 64.21 167.2 -
System Red Green Blue C M Y K H S L
Decimal 192 131 24 0 0.32 0.88 0.25 38.21 0.78 0.42
Hex C0 83 18 0 20 58 19 26 4E 2A
Octal 300 203 30 0 40 130 31 46 116 52
Binary 11000000 10000011 11000 0 100000 1011000 11001 100110 1001110 101010

Color Harmonies of #C08318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08318

Black with #C08318

Text Example


Text Example

White with #C08318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08318; }

 p { color: rgb(192,131,24); }

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

background-color css

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

 a { background-color: rgb(192,131,24); }

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

border-color css

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

 span { border-color: rgb(192,131,24); }

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