Html Css Color HEX #C48703 Dark Goldenrod

📋 copy color: '#C48703'

red 196 ◦ green 135 ◦ blue 3

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

Shades of Dark Goldenrod #C48703

Tints of Dark Goldenrod #C48703

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.42%

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

R = 58.68%
G = 40.42%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C48703 (or 0xC48703) is known color: Dark Goldenrod. HEX triplet: C4, 87 and 03. RGB value is (196,135,3). Sum of RGB (Red+Green+Blue) = 196+135+3=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C48703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48703 is #3B78FC. Grayscale: #8A8A8A. Windows color (decimal): -3897597 or 231364. OLE color: 231364.

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

Color convert

RGB 196 135 3 -
CMYK 0 0.31 0.98 0.23
HSL 41.04º 0.97% 0.39% -
HSV(B) 41.04º 0.98% 0.77% -
XYZ 31.45 29.07 4.04 -
YUV 138.19 51.71 169.23 -
System Red Green Blue C M Y K H S L
Decimal 196 135 3 0 0.31 0.98 0.23 41.04 0.97 0.39
Hex C4 87 3 0 1F 62 17 29 61 27
Octal 304 207 3 0 37 142 27 51 141 47
Binary 11000100 10000111 11 0 11111 1100010 10111 101001 1100001 100111

Color Harmonies of #C48703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48703

Black with #C48703

Text Example


Text Example

White with #C48703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48703; }

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

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

background-color css

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

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

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

border-color css

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

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

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