Html Css Color HEX #C28110 Dark Goldenrod

📋 copy color: '#C28110'

red 194 ◦ green 129 ◦ blue 16

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

Shades of Dark Goldenrod #C28110

Tints of Dark Goldenrod #C28110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.05%

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

R = 57.23%
G = 38.05%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C28110 (or 0xC28110) is known color: Dark Goldenrod. HEX triplet: C2, 81 and 10. RGB value is (194,129,16). Sum of RGB (Red+Green+Blue) = 194+129+16=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C28110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28110 is #3D7EEF. Grayscale: #888888. Windows color (decimal): -4030192 or 1081794. OLE color: 1081794.

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

Color convert

RGB 194 129 16 -
CMYK 0 0.34 0.92 0.24
HSL 38.09º 0.85% 0.41% -
HSV(B) 38.09º 0.92% 0.76% -
XYZ 30.19 27.21 4.15 -
YUV 135.55 60.53 169.69 -
System Red Green Blue C M Y K H S L
Decimal 194 129 16 0 0.34 0.92 0.24 38.09 0.85 0.41
Hex C2 81 10 0 22 5C 18 26 55 29
Octal 302 201 20 0 42 134 30 46 125 51
Binary 11000010 10000001 10000 0 100010 1011100 11000 100110 1010101 101001

Color Harmonies of #C28110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28110

Black with #C28110

Text Example


Text Example

White with #C28110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28110; }

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

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

background-color css

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

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

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

border-color css

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

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

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