Html Css Color HEX #C28200 Dark Goldenrod

📋 copy color: '#C28200'

red 194 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #C28200

Tints of Dark Goldenrod #C28200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

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

R = 59.88%
G = 40.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C28200 (or 0xC28200) is known color: Dark Goldenrod. HEX triplet: C2, 82 and 00. RGB value is (194,130,0). Sum of RGB (Red+Green+Blue) = 194+130+0=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C28200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28200 is #3D7DFF. Grayscale: #868686. Windows color (decimal): -4029952 or 33474. OLE color: 33474.

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

Color convert

RGB 194 130 0 -
CMYK 0 0.33 1 0.24
HSL 40.21º 1% 0.38% -
HSV(B) 40.21º 1% 0.76% -
XYZ 30.23 27.43 3.7 -
YUV 134.32 52.2 170.57 -
System Red Green Blue C M Y K H S L
Decimal 194 130 0 0 0.33 1 0.24 40.21 1 0.38
Hex C2 82 0 0 21 64 18 28 64 26
Octal 302 202 0 0 41 144 30 50 144 46
Binary 11000010 10000010 0 0 100001 1100100 11000 101000 1100100 100110

Color Harmonies of #C28200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28200

Black with #C28200

Text Example


Text Example

White with #C28200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28200; }

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

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

background-color css

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

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

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

border-color css

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

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

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