Html Css Color HEX #CD4500 Tenne (Tawny)

📋 copy color: '#CD4500'

red 205 ◦ green 69 ◦ blue 0

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

Shades of Tenne (Tawny) #CD4500

Tints of Tenne (Tawny) #CD4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.82%
G = 25.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD4500 (or 0xCD4500) is known color: Tenne (Tawny). HEX triplet: CD, 45 and 00. RGB value is (205,69,0). Sum of RGB (Red+Green+Blue) = 205+69+0=274 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.82% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4500 is #32BAFF. Grayscale: #666666. Windows color (decimal): -3324672 or 17869. OLE color: 17869.

HSL color Cylindrical-coordinate representation of color #CD4500: hue angle of 20.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD4500 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 69 0 -
CMYK 0 0.66 1 0.20
HSL 20.2º 1% 0.4% -
HSV(B) 20.2º 1% 0.8% -
XYZ 27.3 17.24 1.89 -
YUV 101.8 70.56 201.61 -
System Red Green Blue C M Y K H S L
Decimal 205 69 0 0 0.66 1 0.20 20.2 1 0.4
Hex CD 45 0 0 42 64 14 14 64 28
Octal 315 105 0 0 102 144 24 24 144 50
Binary 11001101 1000101 0 0 1000010 1100100 10100 10100 1100100 101000

Color Harmonies of #CD4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4500

Black with #CD4500

Text Example


Text Example

White with #CD4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4500; }

 p { color: rgb(205,69,0); }

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

background-color css

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

 a { background-color: rgb(205,69,0); }

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

border-color css

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

 span { border-color: rgb(205,69,0); }

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