Html Css Color HEX #C39302 Dark Goldenrod

📋 copy color: '#C39302'

red 195 ◦ green 147 ◦ blue 2

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

Shades of Dark Goldenrod #C39302

Tints of Dark Goldenrod #C39302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

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

R = 56.69%
G = 42.73%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C39302 (or 0xC39302) is known color: Dark Goldenrod. HEX triplet: C3, 93 and 02. RGB value is (195,147,2). Sum of RGB (Red+Green+Blue) = 195+147+2=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C39302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39302 is #3C6CFD. Grayscale: #919191. Windows color (decimal): -3960062 or 168899. OLE color: 168899.

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

Color convert

RGB 195 147 2 -
CMYK 0 0.25 0.99 0.24
HSL 45.08º 0.98% 0.39% -
HSV(B) 45.08º 0.99% 0.76% -
XYZ 32.95 32.47 4.59 -
YUV 144.82 47.4 163.79 -
System Red Green Blue C M Y K H S L
Decimal 195 147 2 0 0.25 0.99 0.24 45.08 0.98 0.39
Hex C3 93 2 0 19 63 18 2D 62 27
Octal 303 223 2 0 31 143 30 55 142 47
Binary 11000011 10010011 10 0 11001 1100011 11000 101101 1100010 100111

Color Harmonies of #C39302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39302

Black with #C39302

Text Example


Text Example

White with #C39302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39302; }

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

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

background-color css

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

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

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

border-color css

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

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

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