Html Css Color HEX #C47302 Dark Goldenrod

📋 copy color: '#C47302'

red 196 ◦ green 115 ◦ blue 2

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

Shades of Dark Goldenrod #C47302

Tints of Dark Goldenrod #C47302

RGB

 RED value IS 196 (76.95% from 255) = 62.62%

 GREEN value IS 115 (45.31% from 255) = 36.74%

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

R = 62.62%
G = 36.74%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C47302 (or 0xC47302) is known color: Dark Goldenrod. HEX triplet: C4, 73 and 02. RGB value is (196,115,2). Sum of RGB (Red+Green+Blue) = 196+115+2=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C47302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47302 is #3B8CFD. Grayscale: #7E7E7E. Windows color (decimal): -3902718 or 160708. OLE color: 160708.

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

Color convert

RGB 196 115 2 -
CMYK 0 0.41 0.99 0.23
HSL 34.95º 0.98% 0.39% -
HSV(B) 34.95º 0.99% 0.77% -
XYZ 28.91 24 3.17 -
YUV 126.34 57.84 177.69 -
System Red Green Blue C M Y K H S L
Decimal 196 115 2 0 0.41 0.99 0.23 34.95 0.98 0.39
Hex C4 73 2 0 29 63 17 23 62 27
Octal 304 163 2 0 51 143 27 43 142 47
Binary 11000100 1110011 10 0 101001 1100011 10111 100011 1100010 100111

Color Harmonies of #C47302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47302

Black with #C47302

Text Example


Text Example

White with #C47302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47302; }

 p { color: rgb(196,115,2); }

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

background-color css

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

 a { background-color: rgb(196,115,2); }

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

border-color css

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

 span { border-color: rgb(196,115,2); }

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