Html Css Color HEX #C28611 Dark Goldenrod

📋 copy color: '#C28611'

red 194 ◦ green 134 ◦ blue 17

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

Shades of Dark Goldenrod #C28611

Tints of Dark Goldenrod #C28611

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.84%

 BLUE value IS 17 (7.03% from 255) = 4.93%

R = 56.23%
G = 38.84%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C28611 (or 0xC28611) is known color: Dark Goldenrod. HEX triplet: C2, 86 and 11. RGB value is (194,134,17). Sum of RGB (Red+Green+Blue) = 194+134+17=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C28611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28611 is #3D79EE. Grayscale: #8B8B8B. Windows color (decimal): -4028911 or 1148610. OLE color: 1148610.

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

Color convert

RGB 194 134 17 -
CMYK 0 0.31 0.91 0.24
HSL 39.66º 0.84% 0.41% -
HSV(B) 39.66º 0.91% 0.76% -
XYZ 30.87 28.56 4.42 -
YUV 138.6 59.38 167.51 -
System Red Green Blue C M Y K H S L
Decimal 194 134 17 0 0.31 0.91 0.24 39.66 0.84 0.41
Hex C2 86 11 0 1F 5B 18 28 54 29
Octal 302 206 21 0 37 133 30 50 124 51
Binary 11000010 10000110 10001 0 11111 1011011 11000 101000 1010100 101001

Color Harmonies of #C28611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28611

Black with #C28611

Text Example


Text Example

White with #C28611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28611; }

 p { color: rgb(194,134,17); }

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

background-color css

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

 a { background-color: rgb(194,134,17); }

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

border-color css

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

 span { border-color: rgb(194,134,17); }

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