Html Css Color HEX #C28615 Dark Goldenrod

📋 copy color: '#C28615'

red 194 ◦ green 134 ◦ blue 21

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

Shades of Dark Goldenrod #C28615

Tints of Dark Goldenrod #C28615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.02%

R = 55.59%
G = 38.4%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C28615 (or 0xC28615) is known color: Dark Goldenrod. HEX triplet: C2, 86 and 15. RGB value is (194,134,21). Sum of RGB (Red+Green+Blue) = 194+134+21=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C28615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28615 is #3D79EA. Grayscale: #8B8B8B. Windows color (decimal): -4028907 or 1410754. OLE color: 1410754.

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

Color convert

RGB 194 134 21 -
CMYK 0 0.31 0.89 0.24
HSL 39.19º 0.8% 0.42% -
HSV(B) 39.19º 0.89% 0.76% -
XYZ 30.91 28.57 4.6 -
YUV 139.06 61.38 167.19 -
System Red Green Blue C M Y K H S L
Decimal 194 134 21 0 0.31 0.89 0.24 39.19 0.8 0.42
Hex C2 86 15 0 1F 59 18 27 50 2A
Octal 302 206 25 0 37 131 30 47 120 52
Binary 11000010 10000110 10101 0 11111 1011001 11000 100111 1010000 101010

Color Harmonies of #C28615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28615

Black with #C28615

Text Example


Text Example

White with #C28615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28615; }

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

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

background-color css

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

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

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

border-color css

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

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

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