Html Css Color HEX #C47F06 Dark Goldenrod

📋 copy color: '#C47F06'

red 196 ◦ green 127 ◦ blue 6

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

Shades of Dark Goldenrod #C47F06

Tints of Dark Goldenrod #C47F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 59.57%
G = 38.6%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C47F06 (or 0xC47F06) is known color: Dark Goldenrod. HEX triplet: C4, 7F and 06. RGB value is (196,127,6). Sum of RGB (Red+Green+Blue) = 196+127+6=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47F06 is #3B80F9. Grayscale: #868686. Windows color (decimal): -3899642 or 425924. OLE color: 425924.

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

Color convert

RGB 196 127 6 -
CMYK 0 0.35 0.97 0.23
HSL 38.21º 0.94% 0.4% -
HSV(B) 38.21º 0.97% 0.77% -
XYZ 30.39 26.93 3.77 -
YUV 133.84 55.86 172.34 -
System Red Green Blue C M Y K H S L
Decimal 196 127 6 0 0.35 0.97 0.23 38.21 0.94 0.4
Hex C4 7F 6 0 23 61 17 26 5E 28
Octal 304 177 6 0 43 141 27 46 136 50
Binary 11000100 1111111 110 0 100011 1100001 10111 100110 1011110 101000

Color Harmonies of #C47F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F06

Black with #C47F06

Text Example


Text Example

White with #C47F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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