Html Css Color HEX #C08503 Dark Goldenrod

📋 copy color: '#C08503'

red 192 ◦ green 133 ◦ blue 3

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

Shades of Dark Goldenrod #C08503

Tints of Dark Goldenrod #C08503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

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

R = 58.54%
G = 40.55%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C08503 (or 0xC08503) is known color: Dark Goldenrod. HEX triplet: C0, 85 and 03. RGB value is (192,133,3). Sum of RGB (Red+Green+Blue) = 192+133+3=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C08503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08503 is #3F7AFC. Grayscale: #888888. Windows color (decimal): -4160253 or 230848. OLE color: 230848.

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

Color convert

RGB 192 133 3 -
CMYK 0 0.31 0.98 0.25
HSL 41.27º 0.97% 0.38% -
HSV(B) 41.27º 0.98% 0.75% -
XYZ 30.14 27.99 3.9 -
YUV 135.82 53.05 168.07 -
System Red Green Blue C M Y K H S L
Decimal 192 133 3 0 0.31 0.98 0.25 41.27 0.97 0.38
Hex C0 85 3 0 1F 62 19 29 61 26
Octal 300 205 3 0 37 142 31 51 141 46
Binary 11000000 10000101 11 0 11111 1100010 11001 101001 1100001 100110

Color Harmonies of #C08503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08503

Black with #C08503

Text Example


Text Example

White with #C08503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08503; }

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

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

background-color css

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

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

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

border-color css

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

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

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