Html Css Color HEX #C4810A Dark Goldenrod

📋 copy color: '#C4810A'

red 196 ◦ green 129 ◦ blue 10

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

Shades of Dark Goldenrod #C4810A

Tints of Dark Goldenrod #C4810A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.51%

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

R = 58.51%
G = 38.51%
B = 2.99%

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

#C4810A (or 0xC4810A) is known color: Dark Goldenrod. HEX triplet: C4, 81 and 0A. RGB value is (196,129,10). Sum of RGB (Red+Green+Blue) = 196+129+10=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C4810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4810A is #3B7EF5. Grayscale: #888888. Windows color (decimal): -3899126 or 688580. OLE color: 688580.

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

Color convert

RGB 196 129 10 -
CMYK 0 0.34 0.95 0.23
HSL 38.39º 0.9% 0.4% -
HSV(B) 38.39º 0.95% 0.77% -
XYZ 30.67 27.46 3.97 -
YUV 135.47 57.2 171.18 -
System Red Green Blue C M Y K H S L
Decimal 196 129 10 0 0.34 0.95 0.23 38.39 0.9 0.4
Hex C4 81 A 0 22 5F 17 26 5A 28
Octal 304 201 12 0 42 137 27 46 132 50
Binary 11000100 10000001 1010 0 100010 1011111 10111 100110 1011010 101000

Color Harmonies of #C4810A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4810A

Black with #C4810A

Text Example


Text Example

White with #C4810A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4810A; }

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

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

background-color css

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

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

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

border-color css

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

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

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