Html Css Color HEX #C4820A Dark Goldenrod

📋 copy color: '#C4820A'

red 196 ◦ green 130 ◦ blue 10

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

Shades of Dark Goldenrod #C4820A

Tints of Dark Goldenrod #C4820A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

 BLUE value IS 10 (4.3% from 255) = 2.98%

R = 58.33%
G = 38.69%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4820A (or 0xC4820A) is known color: Dark Goldenrod. HEX triplet: C4, 82 and 0A. RGB value is (196,130,10). Sum of RGB (Red+Green+Blue) = 196+130+10=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C4820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4820A is #3B7DF5. Grayscale: #888888. Windows color (decimal): -3898870 or 688836. OLE color: 688836.

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

Color convert

RGB 196 130 10 -
CMYK 0 0.34 0.95 0.23
HSL 38.71º 0.9% 0.4% -
HSV(B) 38.71º 0.95% 0.77% -
XYZ 30.8 27.72 4.01 -
YUV 136.05 56.87 170.76 -
System Red Green Blue C M Y K H S L
Decimal 196 130 10 0 0.34 0.95 0.23 38.71 0.9 0.4
Hex C4 82 A 0 22 5F 17 27 5A 28
Octal 304 202 12 0 42 137 27 47 132 50
Binary 11000100 10000010 1010 0 100010 1011111 10111 100111 1011010 101000

Color Harmonies of #C4820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4820A

Black with #C4820A

Text Example


Text Example

White with #C4820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4820A; }

 p { color: rgb(196,130,10); }

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

background-color css

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

 a { background-color: rgb(196,130,10); }

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

border-color css

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

 span { border-color: rgb(196,130,10); }

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