Html Css Color HEX #C28510 Dark Goldenrod

📋 copy color: '#C28510'

red 194 ◦ green 133 ◦ blue 16

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

Shades of Dark Goldenrod #C28510

Tints of Dark Goldenrod #C28510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

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

R = 56.56%
G = 38.78%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C28510 (or 0xC28510) is known color: Dark Goldenrod. HEX triplet: C2, 85 and 10. RGB value is (194,133,16). Sum of RGB (Red+Green+Blue) = 194+133+16=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C28510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28510 is #3D7AEF. Grayscale: #8A8A8A. Windows color (decimal): -4029168 or 1082818. OLE color: 1082818.

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

Color convert

RGB 194 133 16 -
CMYK 0 0.31 0.92 0.24
HSL 39.44º 0.85% 0.41% -
HSV(B) 39.44º 0.92% 0.76% -
XYZ 30.73 28.28 4.33 -
YUV 137.9 59.21 168.01 -
System Red Green Blue C M Y K H S L
Decimal 194 133 16 0 0.31 0.92 0.24 39.44 0.85 0.41
Hex C2 85 10 0 1F 5C 18 27 55 29
Octal 302 205 20 0 37 134 30 47 125 51
Binary 11000010 10000101 10000 0 11111 1011100 11000 100111 1010101 101001

Color Harmonies of #C28510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28510

Black with #C28510

Text Example


Text Example

White with #C28510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28510; }

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

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

background-color css

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

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

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

border-color css

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

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

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