Html Css Color HEX #C47D0E Dark Goldenrod

📋 copy color: '#C47D0E'

red 196 ◦ green 125 ◦ blue 14

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

Shades of Dark Goldenrod #C47D0E

Tints of Dark Goldenrod #C47D0E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.31%

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

R = 58.51%
G = 37.31%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C47D0E (or 0xC47D0E) is known color: Dark Goldenrod. HEX triplet: C4, 7D and 0E. RGB value is (196,125,14). Sum of RGB (Red+Green+Blue) = 196+125+14=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47D0E is #3B82F1. Grayscale: #868686. Windows color (decimal): -3900146 or 949700. OLE color: 949700.

HSL color Cylindrical-coordinate representation of color #C47D0E: hue angle of 36.59º 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 #C47D0E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 125 14 -
CMYK 0 0.36 0.93 0.23
HSL 36.59º 0.87% 0.41% -
HSV(B) 36.59º 0.93% 0.77% -
XYZ 30.18 26.43 3.93 -
YUV 133.58 60.52 172.53 -
System Red Green Blue C M Y K H S L
Decimal 196 125 14 0 0.36 0.93 0.23 36.59 0.87 0.41
Hex C4 7D E 0 24 5D 17 25 57 29
Octal 304 175 16 0 44 135 27 45 127 51
Binary 11000100 1111101 1110 0 100100 1011101 10111 100101 1010111 101001

Color Harmonies of #C47D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D0E

Black with #C47D0E

Text Example


Text Example

White with #C47D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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