Html Css Color HEX #C47F0E Dark Goldenrod

📋 copy color: '#C47F0E'

red 196 ◦ green 127 ◦ blue 14

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

Shades of Dark Goldenrod #C47F0E

Tints of Dark Goldenrod #C47F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 58.16%
G = 37.69%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C47F0E (or 0xC47F0E) is known color: Dark Goldenrod. HEX triplet: C4, 7F and 0E. RGB value is (196,127,14). Sum of RGB (Red+Green+Blue) = 196+127+14=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47F0E is #3B80F1. Grayscale: #878787. Windows color (decimal): -3899634 or 950212. OLE color: 950212.

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

Color convert

RGB 196 127 14 -
CMYK 0 0.35 0.93 0.23
HSL 37.25º 0.87% 0.41% -
HSV(B) 37.25º 0.93% 0.77% -
XYZ 30.43 26.95 4.01 -
YUV 134.75 59.86 171.69 -
System Red Green Blue C M Y K H S L
Decimal 196 127 14 0 0.35 0.93 0.23 37.25 0.87 0.41
Hex C4 7F E 0 23 5D 17 25 57 29
Octal 304 177 16 0 43 135 27 45 127 51
Binary 11000100 1111111 1110 0 100011 1011101 10111 100101 1010111 101001

Color Harmonies of #C47F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F0E

Black with #C47F0E

Text Example


Text Example

White with #C47F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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