Html Css Color HEX #C28810 Dark Goldenrod

📋 copy color: '#C28810'

red 194 ◦ green 136 ◦ blue 16

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

Shades of Dark Goldenrod #C28810

Tints of Dark Goldenrod #C28810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.62%

R = 56.07%
G = 39.31%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C28810 (or 0xC28810) is known color: Dark Goldenrod. HEX triplet: C2, 88 and 10. RGB value is (194,136,16). Sum of RGB (Red+Green+Blue) = 194+136+16=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C28810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28810 is #3D77EF. Grayscale: #8C8C8C. Windows color (decimal): -4028400 or 1083586. OLE color: 1083586.

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

Color convert

RGB 194 136 16 -
CMYK 0 0.30 0.92 0.24
HSL 40.45º 0.85% 0.41% -
HSV(B) 40.45º 0.92% 0.76% -
XYZ 31.15 29.12 4.47 -
YUV 139.66 58.22 166.76 -
System Red Green Blue C M Y K H S L
Decimal 194 136 16 0 0.30 0.92 0.24 40.45 0.85 0.41
Hex C2 88 10 0 1E 5C 18 28 55 29
Octal 302 210 20 0 36 134 30 50 125 51
Binary 11000010 10001000 10000 0 11110 1011100 11000 101000 1010101 101001

Color Harmonies of #C28810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28810

Black with #C28810

Text Example


Text Example

White with #C28810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28810; }

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

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

background-color css

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

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

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

border-color css

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

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

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