Html Css Color HEX #C47F08 Dark Goldenrod

📋 copy color: '#C47F08'

red 196 ◦ green 127 ◦ blue 8

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

Shades of Dark Goldenrod #C47F08

Tints of Dark Goldenrod #C47F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.42%

R = 59.21%
G = 38.37%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C47F08 (or 0xC47F08) is known color: Dark Goldenrod. HEX triplet: C4, 7F and 08. RGB value is (196,127,8). Sum of RGB (Red+Green+Blue) = 196+127+8=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47F08 is #3B80F7. Grayscale: #868686. Windows color (decimal): -3899640 or 556996. OLE color: 556996.

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

Color convert

RGB 196 127 8 -
CMYK 0 0.35 0.96 0.23
HSL 37.98º 0.92% 0.4% -
HSV(B) 37.98º 0.96% 0.77% -
XYZ 30.4 26.93 3.83 -
YUV 134.07 56.86 172.18 -
System Red Green Blue C M Y K H S L
Decimal 196 127 8 0 0.35 0.96 0.23 37.98 0.92 0.4
Hex C4 7F 8 0 23 60 17 26 5C 28
Octal 304 177 10 0 43 140 27 46 134 50
Binary 11000100 1111111 1000 0 100011 1100000 10111 100110 1011100 101000

Color Harmonies of #C47F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F08

Black with #C47F08

Text Example


Text Example

White with #C47F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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