Html Css Color HEX #C08203 Dark Goldenrod

📋 copy color: '#C08203'

red 192 ◦ green 130 ◦ blue 3

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

Shades of Dark Goldenrod #C08203

Tints of Dark Goldenrod #C08203

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

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

R = 59.08%
G = 40%
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

#C08203 (or 0xC08203) is known color: Dark Goldenrod. HEX triplet: C0, 82 and 03. RGB value is (192,130,3). Sum of RGB (Red+Green+Blue) = 192+130+3=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C08203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08203 is #3F7DFC. Grayscale: #868686. Windows color (decimal): -4161021 or 230080. OLE color: 230080.

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

Color convert

RGB 192 130 3 -
CMYK 0 0.32 0.98 0.25
HSL 40.32º 0.97% 0.38% -
HSV(B) 40.32º 0.98% 0.75% -
XYZ 29.74 27.18 3.76 -
YUV 134.06 54.04 169.33 -
System Red Green Blue C M Y K H S L
Decimal 192 130 3 0 0.32 0.98 0.25 40.32 0.97 0.38
Hex C0 82 3 0 20 62 19 28 61 26
Octal 300 202 3 0 40 142 31 50 141 46
Binary 11000000 10000010 11 0 100000 1100010 11001 101000 1100001 100110

Color Harmonies of #C08203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08203

Black with #C08203

Text Example


Text Example

White with #C08203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08203; }

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

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

background-color css

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

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

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

border-color css

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

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

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