Html Css Color HEX #CD4D00 Tenne (Tawny)

📋 copy color: '#CD4D00'

red 205 ◦ green 77 ◦ blue 0

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

Shades of Tenne (Tawny) #CD4D00

Tints of Tenne (Tawny) #CD4D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.3%

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

R = 72.7%
G = 27.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD4D00 (or 0xCD4D00) is known color: Tenne (Tawny). HEX triplet: CD, 4D and 00. RGB value is (205,77,0). Sum of RGB (Red+Green+Blue) = 205+77+0=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD4D00 is #32B2FF. Grayscale: #6A6A6A. Windows color (decimal): -3322624 or 19917. OLE color: 19917.

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

Color convert

RGB 205 77 0 -
CMYK 0 0.62 1 0.20
HSL 22.54º 1% 0.4% -
HSV(B) 22.54º 1% 0.8% -
XYZ 27.83 18.29 2.06 -
YUV 106.49 67.91 198.26 -
System Red Green Blue C M Y K H S L
Decimal 205 77 0 0 0.62 1 0.20 22.54 1 0.4
Hex CD 4D 0 0 3E 64 14 17 64 28
Octal 315 115 0 0 76 144 24 27 144 50
Binary 11001101 1001101 0 0 111110 1100100 10100 10111 1100100 101000

Color Harmonies of #CD4D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4D00

Black with #CD4D00

Text Example


Text Example

White with #CD4D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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