Html Css Color HEX #C48800 Dark Goldenrod

📋 copy color: '#C48800'

red 196 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #C48800

Tints of Dark Goldenrod #C48800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.04%
G = 40.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C48800 (or 0xC48800) is known color: Dark Goldenrod. HEX triplet: C4, 88 and 00. RGB value is (196,136,0). Sum of RGB (Red+Green+Blue) = 196+136+0=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C48800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48800 is #3B77FF. Grayscale: #8B8B8B. Windows color (decimal): -3897344 or 35012. OLE color: 35012.

HSL color Cylindrical-coordinate representation of color #C48800: hue angle of 41.63º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C48800 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 0 -
CMYK 0 0.31 1 0.23
HSL 41.63º 1% 0.38% -
HSV(B) 41.63º 1% 0.77% -
XYZ 31.57 29.34 4 -
YUV 138.44 49.88 169.06 -
System Red Green Blue C M Y K H S L
Decimal 196 136 0 0 0.31 1 0.23 41.63 1 0.38
Hex C4 88 0 0 1F 64 17 2A 64 26
Octal 304 210 0 0 37 144 27 52 144 46
Binary 11000100 10001000 0 0 11111 1100100 10111 101010 1100100 100110

Color Harmonies of #C48800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48800

Black with #C48800

Text Example


Text Example

White with #C48800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48800; }

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

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

background-color css

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

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

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

border-color css

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

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

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