Html Css Color HEX #C88303 Dark Goldenrod

📋 copy color: '#C88303'

red 200 ◦ green 131 ◦ blue 3

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

Shades of Dark Goldenrod #C88303

Tints of Dark Goldenrod #C88303

RGB

 RED value IS 200 (78.52% from 255) = 59.88%

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

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

R = 59.88%
G = 39.22%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C88303 (or 0xC88303) is known color: Dark Goldenrod. HEX triplet: C8, 83 and 03. RGB value is (200,131,3). Sum of RGB (Red+Green+Blue) = 200+131+3=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C88303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88303 is #377CFC. Grayscale: #898989. Windows color (decimal): -3636477 or 230344. OLE color: 230344.

HSL color Cylindrical-coordinate representation of color #C88303: hue angle of 38.98º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C88303 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 131 3 -
CMYK 0 0.34 0.98 0.22
HSL 38.98º 0.97% 0.4% -
HSV(B) 38.98º 0.99% 0.78% -
XYZ 31.95 28.52 3.91 -
YUV 137.04 52.36 172.91 -
System Red Green Blue C M Y K H S L
Decimal 200 131 3 0 0.34 0.98 0.22 38.98 0.97 0.4
Hex C8 83 3 0 22 62 16 27 61 28
Octal 310 203 3 0 42 142 26 47 141 50
Binary 11001000 10000011 11 0 100010 1100010 10110 100111 1100001 101000

Color Harmonies of #C88303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88303

Black with #C88303

Text Example


Text Example

White with #C88303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88303; }

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

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

background-color css

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

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

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

border-color css

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

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

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