Html Css Color HEX #C38303 Dark Goldenrod

📋 copy color: '#C38303'

red 195 ◦ green 131 ◦ blue 3

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

Shades of Dark Goldenrod #C38303

Tints of Dark Goldenrod #C38303

RGB

 RED value IS 195 (76.56% from 255) = 59.27%

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

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

R = 59.27%
G = 39.82%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C38303 (or 0xC38303) is known color: Dark Goldenrod. HEX triplet: C3, 83 and 03. RGB value is (195,131,3). Sum of RGB (Red+Green+Blue) = 195+131+3=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C38303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38303 is #3C7CFC. Grayscale: #888888. Windows color (decimal): -3964157 or 230339. OLE color: 230339.

HSL color Cylindrical-coordinate representation of color #C38303: hue angle of 40º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C38303 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 3 -
CMYK 0 0.33 0.98 0.24
HSL 40º 0.97% 0.39% -
HSV(B) 40º 0.98% 0.76% -
XYZ 30.64 27.84 3.85 -
YUV 135.54 53.2 170.41 -
System Red Green Blue C M Y K H S L
Decimal 195 131 3 0 0.33 0.98 0.24 40 0.97 0.39
Hex C3 83 3 0 21 62 18 28 61 27
Octal 303 203 3 0 41 142 30 50 141 47
Binary 11000011 10000011 11 0 100001 1100010 11000 101000 1100001 100111

Color Harmonies of #C38303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38303

Black with #C38303

Text Example


Text Example

White with #C38303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38303; }

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

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

background-color css

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

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

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

border-color css

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

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

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