Html Css Color HEX #C48603 Dark Goldenrod

📋 copy color: '#C48603'

red 196 ◦ green 134 ◦ blue 3

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

Shades of Dark Goldenrod #C48603

Tints of Dark Goldenrod #C48603

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.24%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 58.86%
G = 40.24%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C48603 (or 0xC48603) is known color: Dark Goldenrod. HEX triplet: C4, 86 and 03. RGB value is (196,134,3). Sum of RGB (Red+Green+Blue) = 196+134+3=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C48603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48603 is #3B79FC. Grayscale: #8A8A8A. Windows color (decimal): -3897853 or 231108. OLE color: 231108.

HSL color Cylindrical-coordinate representation of color #C48603: hue angle of 40.73º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C48603 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 3 -
CMYK 0 0.32 0.98 0.23
HSL 40.73º 0.97% 0.39% -
HSV(B) 40.73º 0.98% 0.77% -
XYZ 31.31 28.79 3.99 -
YUV 137.6 52.04 169.65 -
System Red Green Blue C M Y K H S L
Decimal 196 134 3 0 0.32 0.98 0.23 40.73 0.97 0.39
Hex C4 86 3 0 20 62 17 29 61 27
Octal 304 206 3 0 40 142 27 51 141 47
Binary 11000100 10000110 11 0 100000 1100010 10111 101001 1100001 100111

Color Harmonies of #C48603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48603

Black with #C48603

Text Example


Text Example

White with #C48603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48603; }

 p { color: rgb(196,134,3); }

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

background-color css

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

 a { background-color: rgb(196,134,3); }

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

border-color css

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

 span { border-color: rgb(196,134,3); }

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