Html Css Color HEX #C47F03 Dark Goldenrod

📋 copy color: '#C47F03'

red 196 ◦ green 127 ◦ blue 3

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

Shades of Dark Goldenrod #C47F03

Tints of Dark Goldenrod #C47F03

RGB

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

 GREEN value IS 127 (50% from 255) = 38.96%

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 60.12%
G = 38.96%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C47F03 (or 0xC47F03) is known color: Dark Goldenrod. HEX triplet: C4, 7F and 03. RGB value is (196,127,3). Sum of RGB (Red+Green+Blue) = 196+127+3=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47F03 is #3B80FC. Grayscale: #868686. Windows color (decimal): -3899645 or 229316. OLE color: 229316.

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

Color convert

RGB 196 127 3 -
CMYK 0 0.35 0.98 0.23
HSL 38.55º 0.97% 0.39% -
HSV(B) 38.55º 0.98% 0.77% -
XYZ 30.37 26.92 3.68 -
YUV 133.5 54.36 172.58 -
System Red Green Blue C M Y K H S L
Decimal 196 127 3 0 0.35 0.98 0.23 38.55 0.97 0.39
Hex C4 7F 3 0 23 62 17 27 61 27
Octal 304 177 3 0 43 142 27 47 141 47
Binary 11000100 1111111 11 0 100011 1100010 10111 100111 1100001 100111

Color Harmonies of #C47F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F03

Black with #C47F03

Text Example


Text Example

White with #C47F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F03; }

 p { color: rgb(196,127,3); }

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

background-color css

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

 a { background-color: rgb(196,127,3); }

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

border-color css

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

 span { border-color: rgb(196,127,3); }

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