Html Css Color HEX #CD5D03 Tenne (Tawny)

📋 copy color: '#CD5D03'

red 205 ◦ green 93 ◦ blue 3

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

Shades of Tenne (Tawny) #CD5D03

Tints of Tenne (Tawny) #CD5D03

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.9%

 BLUE value IS 3 (1.56% from 255) = 1%

R = 68.11%
G = 30.9%
B = 1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD5D03 (or 0xCD5D03) is known color: Tenne (Tawny). HEX triplet: CD, 5D and 03. RGB value is (205,93,3). Sum of RGB (Red+Green+Blue) = 205+93+3=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5D03 is #32A2FC. Grayscale: #747474. Windows color (decimal): -3318525 or 220621. OLE color: 220621.

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

Color convert

RGB 205 93 3 -
CMYK 0 0.55 0.99 0.20
HSL 26.73º 0.97% 0.41% -
HSV(B) 26.73º 0.99% 0.8% -
XYZ 29.11 20.81 2.57 -
YUV 116.23 64.11 191.32 -
System Red Green Blue C M Y K H S L
Decimal 205 93 3 0 0.55 0.99 0.20 26.73 0.97 0.41
Hex CD 5D 3 0 37 63 14 1B 61 29
Octal 315 135 3 0 67 143 24 33 141 51
Binary 11001101 1011101 11 0 110111 1100011 10100 11011 1100001 101001

Color Harmonies of #CD5D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D03

Black with #CD5D03

Text Example


Text Example

White with #CD5D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D03; }

 p { color: rgb(205,93,3); }

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

background-color css

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

 a { background-color: rgb(205,93,3); }

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

border-color css

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

 span { border-color: rgb(205,93,3); }

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