Html Css Color HEX #C38302 Dark Goldenrod

📋 copy color: '#C38302'

red 195 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #C38302

Tints of Dark Goldenrod #C38302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 59.45%
G = 39.94%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C38302 (or 0xC38302) is known color: Dark Goldenrod. HEX triplet: C3, 83 and 02. RGB value is (195,131,2). Sum of RGB (Red+Green+Blue) = 195+131+2=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C38302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38302 is #3C7CFD. Grayscale: #888888. Windows color (decimal): -3964158 or 164803. OLE color: 164803.

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

Color convert

RGB 195 131 2 -
CMYK 0 0.33 0.99 0.24
HSL 40.1º 0.98% 0.39% -
HSV(B) 40.1º 0.99% 0.76% -
XYZ 30.63 27.84 3.82 -
YUV 135.43 52.7 170.49 -
System Red Green Blue C M Y K H S L
Decimal 195 131 2 0 0.33 0.99 0.24 40.1 0.98 0.39
Hex C3 83 2 0 21 63 18 28 62 27
Octal 303 203 2 0 41 143 30 50 142 47
Binary 11000011 10000011 10 0 100001 1100011 11000 101000 1100010 100111

Color Harmonies of #C38302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38302

Black with #C38302

Text Example


Text Example

White with #C38302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38302; }

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

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

background-color css

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

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

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

border-color css

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

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

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