Html Css Color HEX #C4930E Dark Goldenrod

📋 copy color: '#C4930E'

red 196 ◦ green 147 ◦ blue 14

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

Shades of Dark Goldenrod #C4930E

Tints of Dark Goldenrod #C4930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.18%

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

R = 54.9%
G = 41.18%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4930E (or 0xC4930E) is known color: Dark Goldenrod. HEX triplet: C4, 93 and 0E. RGB value is (196,147,14). Sum of RGB (Red+Green+Blue) = 196+147+14=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4930E is #3B6CF1. Grayscale: #939393. Windows color (decimal): -3894514 or 955332. OLE color: 955332.

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

Color convert

RGB 196 147 14 -
CMYK 0 0.25 0.93 0.23
HSL 43.85º 0.87% 0.41% -
HSV(B) 43.85º 0.93% 0.77% -
XYZ 33.28 32.63 4.96 -
YUV 146.49 53.23 163.31 -
System Red Green Blue C M Y K H S L
Decimal 196 147 14 0 0.25 0.93 0.23 43.85 0.87 0.41
Hex C4 93 E 0 19 5D 17 2C 57 29
Octal 304 223 16 0 31 135 27 54 127 51
Binary 11000100 10010011 1110 0 11001 1011101 10111 101100 1010111 101001

Color Harmonies of #C4930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4930E

Black with #C4930E

Text Example


Text Example

White with #C4930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4930E; }

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

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

background-color css

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

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

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

border-color css

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

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

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