Html Css Color HEX #C47402 Dark Goldenrod

📋 copy color: '#C47402'

red 196 ◦ green 116 ◦ blue 2

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

Shades of Dark Goldenrod #C47402

Tints of Dark Goldenrod #C47402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

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

R = 62.42%
G = 36.94%
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

#C47402 (or 0xC47402) is known color: Dark Goldenrod. HEX triplet: C4, 74 and 02. RGB value is (196,116,2). Sum of RGB (Red+Green+Blue) = 196+116+2=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C47402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47402 is #3B8BFD. Grayscale: #7F7F7F. Windows color (decimal): -3902462 or 160964. OLE color: 160964.

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

Color convert

RGB 196 116 2 -
CMYK 0 0.41 0.99 0.23
HSL 35.26º 0.98% 0.39% -
HSV(B) 35.26º 0.99% 0.77% -
XYZ 29.02 24.23 3.2 -
YUV 126.92 57.5 177.27 -
System Red Green Blue C M Y K H S L
Decimal 196 116 2 0 0.41 0.99 0.23 35.26 0.98 0.39
Hex C4 74 2 0 29 63 17 23 62 27
Octal 304 164 2 0 51 143 27 43 142 47
Binary 11000100 1110100 10 0 101001 1100011 10111 100011 1100010 100111

Color Harmonies of #C47402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47402

Black with #C47402

Text Example


Text Example

White with #C47402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47402; }

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

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

background-color css

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

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

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

border-color css

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

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

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