Html Css Color HEX #C48C0A Dark Goldenrod

📋 copy color: '#C48C0A'

red 196 ◦ green 140 ◦ blue 10

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

Shades of Dark Goldenrod #C48C0A

Tints of Dark Goldenrod #C48C0A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

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

R = 56.65%
G = 40.46%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C48C0A (or 0xC48C0A) is known color: Dark Goldenrod. HEX triplet: C4, 8C and 0A. RGB value is (196,140,10). Sum of RGB (Red+Green+Blue) = 196+140+10=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48C0A is #3B73F5. Grayscale: #8E8E8E. Windows color (decimal): -3896310 or 691396. OLE color: 691396.

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

Color convert

RGB 196 140 10 -
CMYK 0 0.29 0.95 0.23
HSL 41.94º 0.9% 0.4% -
HSV(B) 41.94º 0.95% 0.77% -
XYZ 32.2 30.51 4.48 -
YUV 141.92 53.55 166.57 -
System Red Green Blue C M Y K H S L
Decimal 196 140 10 0 0.29 0.95 0.23 41.94 0.9 0.4
Hex C4 8C A 0 1D 5F 17 2A 5A 28
Octal 304 214 12 0 35 137 27 52 132 50
Binary 11000100 10001100 1010 0 11101 1011111 10111 101010 1011010 101000

Color Harmonies of #C48C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C0A

Black with #C48C0A

Text Example


Text Example

White with #C48C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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