Html Css Color HEX #CD5802 Tenne (Tawny)

📋 copy color: '#CD5802'

red 205 ◦ green 88 ◦ blue 2

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

Shades of Tenne (Tawny) #CD5802

Tints of Tenne (Tawny) #CD5802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

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

R = 69.49%
G = 29.83%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD5802 (or 0xCD5802) is known color: Tenne (Tawny). HEX triplet: CD, 58 and 02. RGB value is (205,88,2). Sum of RGB (Red+Green+Blue) = 205+88+2=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5802 is #32A7FD. Grayscale: #717171. Windows color (decimal): -3319806 or 153805. OLE color: 153805.

HSL color Cylindrical-coordinate representation of color #CD5802: hue angle of 25.42º 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 #CD5802 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 88 2 -
CMYK 0 0.57 0.99 0.20
HSL 25.42º 0.98% 0.41% -
HSV(B) 25.42º 0.99% 0.8% -
XYZ 28.68 19.96 2.4 -
YUV 113.18 65.26 193.49 -
System Red Green Blue C M Y K H S L
Decimal 205 88 2 0 0.57 0.99 0.20 25.42 0.98 0.41
Hex CD 58 2 0 39 63 14 19 62 29
Octal 315 130 2 0 71 143 24 31 142 51
Binary 11001101 1011000 10 0 111001 1100011 10100 11001 1100010 101001

Color Harmonies of #CD5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5802

Black with #CD5802

Text Example


Text Example

White with #CD5802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5802; }

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

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

background-color css

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

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

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

border-color css

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

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

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