Html Css Color HEX #CD5502 Tenne (Tawny)

📋 copy color: '#CD5502'

red 205 ◦ green 85 ◦ blue 2

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

Shades of Tenne (Tawny) #CD5502

Tints of Tenne (Tawny) #CD5502

RGB

 RED value IS 205 (80.47% from 255) = 70.21%

 GREEN value IS 85 (33.59% from 255) = 29.11%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 70.21%
G = 29.11%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD5502 (or 0xCD5502) is known color: Tenne (Tawny). HEX triplet: CD, 55 and 02. RGB value is (205,85,2). Sum of RGB (Red+Green+Blue) = 205+85+2=292 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.21% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5502 is #32AAFD. Grayscale: #6F6F6F. Windows color (decimal): -3320574 or 153037. OLE color: 153037.

HSL color Cylindrical-coordinate representation of color #CD5502: hue angle of 24.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD5502 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 85 2 -
CMYK 0 0.59 0.99 0.20
HSL 24.53º 0.98% 0.41% -
HSV(B) 24.53º 0.99% 0.8% -
XYZ 28.44 19.48 2.32 -
YUV 111.42 66.26 194.75 -
System Red Green Blue C M Y K H S L
Decimal 205 85 2 0 0.59 0.99 0.20 24.53 0.98 0.41
Hex CD 55 2 0 3B 63 14 19 62 29
Octal 315 125 2 0 73 143 24 31 142 51
Binary 11001101 1010101 10 0 111011 1100011 10100 11001 1100010 101001

Color Harmonies of #CD5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5502

Black with #CD5502

Text Example


Text Example

White with #CD5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5502; }

 p { color: rgb(205,85,2); }

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

background-color css

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

 a { background-color: rgb(205,85,2); }

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

border-color css

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

 span { border-color: rgb(205,85,2); }

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