Html Css Color HEX #CD580A Tenne (Tawny)

📋 copy color: '#CD580A'

red 205 ◦ green 88 ◦ blue 10

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

Shades of Tenne (Tawny) #CD580A

Tints of Tenne (Tawny) #CD580A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 67.66%
G = 29.04%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD580A (or 0xCD580A) is known color: Tenne (Tawny). HEX triplet: CD, 58 and 0A. RGB value is (205,88,10). Sum of RGB (Red+Green+Blue) = 205+88+10=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD580A is #32A7F5. Grayscale: #727272. Windows color (decimal): -3319798 or 678093. OLE color: 678093.

HSL color Cylindrical-coordinate representation of color #CD580A: hue angle of 24º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD580A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 88 10 -
CMYK 0 0.57 0.95 0.20
HSL 24º 0.91% 0.42% -
HSV(B) 24º 0.95% 0.8% -
XYZ 28.72 19.98 2.63 -
YUV 114.09 69.26 192.84 -
System Red Green Blue C M Y K H S L
Decimal 205 88 10 0 0.57 0.95 0.20 24 0.91 0.42
Hex CD 58 A 0 39 5F 14 18 5B 2A
Octal 315 130 12 0 71 137 24 30 133 52
Binary 11001101 1011000 1010 0 111001 1011111 10100 11000 1011011 101010

Color Harmonies of #CD580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD580A

Black with #CD580A

Text Example


Text Example

White with #CD580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD580A; }

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

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

background-color css

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

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

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

border-color css

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

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

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