Html Css Color HEX #C47C02 Dark Goldenrod

📋 copy color: '#C47C02'

red 196 ◦ green 124 ◦ blue 2

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

Shades of Dark Goldenrod #C47C02

Tints of Dark Goldenrod #C47C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.51%

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

R = 60.87%
G = 38.51%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C47C02 (or 0xC47C02) is known color: Dark Goldenrod. HEX triplet: C4, 7C and 02. RGB value is (196,124,2). Sum of RGB (Red+Green+Blue) = 196+124+2=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47C02 is #3B83FD. Grayscale: #848484. Windows color (decimal): -3900414 or 163012. OLE color: 163012.

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

Color convert

RGB 196 124 2 -
CMYK 0 0.37 0.99 0.23
HSL 37.73º 0.98% 0.39% -
HSV(B) 37.73º 0.99% 0.77% -
XYZ 29.98 26.16 3.53 -
YUV 131.62 54.85 173.92 -
System Red Green Blue C M Y K H S L
Decimal 196 124 2 0 0.37 0.99 0.23 37.73 0.98 0.39
Hex C4 7C 2 0 25 63 17 26 62 27
Octal 304 174 2 0 45 143 27 46 142 47
Binary 11000100 1111100 10 0 100101 1100011 10111 100110 1100010 100111

Color Harmonies of #C47C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C02

Black with #C47C02

Text Example


Text Example

White with #C47C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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