Html Css Color HEX #CD4900 Tenne (Tawny)

📋 copy color: '#CD4900'

red 205 ◦ green 73 ◦ blue 0

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

Shades of Tenne (Tawny) #CD4900

Tints of Tenne (Tawny) #CD4900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

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

R = 73.74%
G = 26.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD4900 (or 0xCD4900) is known color: Tenne (Tawny). HEX triplet: CD, 49 and 00. RGB value is (205,73,0). Sum of RGB (Red+Green+Blue) = 205+73+0=278 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.74% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4900 is #32B6FF. Grayscale: #686868. Windows color (decimal): -3323648 or 18893. OLE color: 18893.

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

Color convert

RGB 205 73 0 -
CMYK 0 0.64 1 0.20
HSL 21.37º 1% 0.4% -
HSV(B) 21.37º 1% 0.8% -
XYZ 27.56 17.74 1.97 -
YUV 104.15 69.23 199.94 -
System Red Green Blue C M Y K H S L
Decimal 205 73 0 0 0.64 1 0.20 21.37 1 0.4
Hex CD 49 0 0 40 64 14 15 64 28
Octal 315 111 0 0 100 144 24 25 144 50
Binary 11001101 1001001 0 0 1000000 1100100 10100 10101 1100100 101000

Color Harmonies of #CD4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4900

Black with #CD4900

Text Example


Text Example

White with #CD4900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4900; }

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

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

background-color css

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

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

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

border-color css

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

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

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