Html Css Color HEX #C4830C Dark Goldenrod

📋 copy color: '#C4830C'

red 196 ◦ green 131 ◦ blue 12

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

Shades of Dark Goldenrod #C4830C

Tints of Dark Goldenrod #C4830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.64%

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 57.82%
G = 38.64%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4830C (or 0xC4830C) is known color: Dark Goldenrod. HEX triplet: C4, 83 and 0C. RGB value is (196,131,12). Sum of RGB (Red+Green+Blue) = 196+131+12=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4830C is #3B7CF3. Grayscale: #898989. Windows color (decimal): -3898612 or 820164. OLE color: 820164.

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

Color convert

RGB 196 131 12 -
CMYK 0 0.33 0.94 0.23
HSL 38.8º 0.88% 0.41% -
HSV(B) 38.8º 0.94% 0.77% -
XYZ 30.95 27.99 4.12 -
YUV 136.87 57.53 170.18 -
System Red Green Blue C M Y K H S L
Decimal 196 131 12 0 0.33 0.94 0.23 38.8 0.88 0.41
Hex C4 83 C 0 21 5E 17 27 58 29
Octal 304 203 14 0 41 136 27 47 130 51
Binary 11000100 10000011 1100 0 100001 1011110 10111 100111 1011000 101001

Color Harmonies of #C4830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4830C

Black with #C4830C

Text Example


Text Example

White with #C4830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4830C; }

 p { color: rgb(196,131,12); }

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

background-color css

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

 a { background-color: rgb(196,131,12); }

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

border-color css

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

 span { border-color: rgb(196,131,12); }

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