Html Css Color HEX #C08303 Dark Goldenrod

📋 copy color: '#C08303'

red 192 ◦ green 131 ◦ blue 3

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

Shades of Dark Goldenrod #C08303

Tints of Dark Goldenrod #C08303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 58.9%
G = 40.18%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C08303 (or 0xC08303) is known color: Dark Goldenrod. HEX triplet: C0, 83 and 03. RGB value is (192,131,3). Sum of RGB (Red+Green+Blue) = 192+131+3=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C08303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08303 is #3F7CFC. Grayscale: #878787. Windows color (decimal): -4160765 or 230336. OLE color: 230336.

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

Color convert

RGB 192 131 3 -
CMYK 0 0.32 0.98 0.25
HSL 40.63º 0.97% 0.38% -
HSV(B) 40.63º 0.98% 0.75% -
XYZ 29.87 27.45 3.81 -
YUV 134.65 53.71 168.91 -
System Red Green Blue C M Y K H S L
Decimal 192 131 3 0 0.32 0.98 0.25 40.63 0.97 0.38
Hex C0 83 3 0 20 62 19 29 61 26
Octal 300 203 3 0 40 142 31 51 141 46
Binary 11000000 10000011 11 0 100000 1100010 11001 101001 1100001 100110

Color Harmonies of #C08303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08303

Black with #C08303

Text Example


Text Example

White with #C08303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08303; }

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

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

background-color css

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

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

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

border-color css

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

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

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