Html Css Color HEX #C48900 Dark Goldenrod

📋 copy color: '#C48900'

red 196 ◦ green 137 ◦ blue 0

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

Shades of Dark Goldenrod #C48900

Tints of Dark Goldenrod #C48900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.14%

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

R = 58.86%
G = 41.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C48900 (or 0xC48900) is known color: Dark Goldenrod. HEX triplet: C4, 89 and 00. RGB value is (196,137,0). Sum of RGB (Red+Green+Blue) = 196+137+0=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C48900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48900 is #3B76FF. Grayscale: #8B8B8B. Windows color (decimal): -3897088 or 35268. OLE color: 35268.

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

Color convert

RGB 196 137 0 -
CMYK 0 0.30 1 0.23
HSL 41.94º 1% 0.38% -
HSV(B) 41.94º 1% 0.77% -
XYZ 31.71 29.63 4.05 -
YUV 139.02 49.55 168.64 -
System Red Green Blue C M Y K H S L
Decimal 196 137 0 0 0.30 1 0.23 41.94 1 0.38
Hex C4 89 0 0 1E 64 17 2A 64 26
Octal 304 211 0 0 36 144 27 52 144 46
Binary 11000100 10001001 0 0 11110 1100100 10111 101010 1100100 100110

Color Harmonies of #C48900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48900

Black with #C48900

Text Example


Text Example

White with #C48900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48900; }

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

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

background-color css

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

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

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

border-color css

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

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

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