Html Css Color HEX #C28800 Dark Goldenrod

📋 copy color: '#C28800'

red 194 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #C28800

Tints of Dark Goldenrod #C28800

RGB

 RED value IS 194 (76.17% from 255) = 58.79%

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

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

R = 58.79%
G = 41.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C28800 (or 0xC28800) is known color: Dark Goldenrod. HEX triplet: C2, 88 and 00. RGB value is (194,136,0). Sum of RGB (Red+Green+Blue) = 194+136+0=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C28800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28800 is #3D77FF. Grayscale: #8A8A8A. Windows color (decimal): -4028416 or 35010. OLE color: 35010.

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

Color convert

RGB 194 136 0 -
CMYK 0 0.30 1 0.24
HSL 42.06º 1% 0.38% -
HSV(B) 42.06º 1% 0.76% -
XYZ 31.05 29.08 3.98 -
YUV 137.84 50.22 168.06 -
System Red Green Blue C M Y K H S L
Decimal 194 136 0 0 0.30 1 0.24 42.06 1 0.38
Hex C2 88 0 0 1E 64 18 2A 64 26
Octal 302 210 0 0 36 144 30 52 144 46
Binary 11000010 10001000 0 0 11110 1100100 11000 101010 1100100 100110

Color Harmonies of #C28800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28800

Black with #C28800

Text Example


Text Example

White with #C28800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28800; }

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

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

background-color css

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

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

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

border-color css

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

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

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