Html Css Color HEX #C48803 Dark Goldenrod

📋 copy color: '#C48803'

red 196 ◦ green 136 ◦ blue 3

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

Shades of Dark Goldenrod #C48803

Tints of Dark Goldenrod #C48803

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.6%

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

R = 58.51%
G = 40.6%
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

#C48803 (or 0xC48803) is known color: Dark Goldenrod. HEX triplet: C4, 88 and 03. RGB value is (196,136,3). Sum of RGB (Red+Green+Blue) = 196+136+3=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C48803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48803 is #3B77FC. Grayscale: #8B8B8B. Windows color (decimal): -3897341 or 231620. OLE color: 231620.

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

Color convert

RGB 196 136 3 -
CMYK 0 0.31 0.98 0.23
HSL 41.35º 0.97% 0.39% -
HSV(B) 41.35º 0.98% 0.77% -
XYZ 31.59 29.35 4.09 -
YUV 138.78 51.38 168.81 -
System Red Green Blue C M Y K H S L
Decimal 196 136 3 0 0.31 0.98 0.23 41.35 0.97 0.39
Hex C4 88 3 0 1F 62 17 29 61 27
Octal 304 210 3 0 37 142 27 51 141 47
Binary 11000100 10001000 11 0 11111 1100010 10111 101001 1100001 100111

Color Harmonies of #C48803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48803

Black with #C48803

Text Example


Text Example

White with #C48803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48803; }

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

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

background-color css

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

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

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

border-color css

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

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

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