Html Css Color HEX #C47F15 Dark Goldenrod

📋 copy color: '#C47F15'

red 196 ◦ green 127 ◦ blue 21

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

Shades of Dark Goldenrod #C47F15

Tints of Dark Goldenrod #C47F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.1%

R = 56.98%
G = 36.92%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47F15 (or 0xC47F15) is known color: Dark Goldenrod. HEX triplet: C4, 7F and 15. RGB value is (196,127,21). Sum of RGB (Red+Green+Blue) = 196+127+21=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47F15 is #3B80EA. Grayscale: #888888. Windows color (decimal): -3899627 or 1408964. OLE color: 1408964.

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

Color convert

RGB 196 127 21 -
CMYK 0 0.35 0.89 0.23
HSL 36.34º 0.81% 0.43% -
HSV(B) 36.34º 0.89% 0.77% -
XYZ 30.49 26.97 4.31 -
YUV 135.55 63.36 171.12 -
System Red Green Blue C M Y K H S L
Decimal 196 127 21 0 0.35 0.89 0.23 36.34 0.81 0.43
Hex C4 7F 15 0 23 59 17 24 51 2B
Octal 304 177 25 0 43 131 27 44 121 53
Binary 11000100 1111111 10101 0 100011 1011001 10111 100100 1010001 101011

Color Harmonies of #C47F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F15

Black with #C47F15

Text Example


Text Example

White with #C47F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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