Html Css Color HEX #CD702F Tango

📋 copy color: '#CD702F'

red 205 ◦ green 112 ◦ blue 47

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

Shades of Tango #CD702F

Tints of Tango #CD702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.77%

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 56.32%
G = 30.77%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD702F (or 0xCD702F) is known color: Tango. HEX triplet: CD, 70 and 2F. RGB value is (205,112,47). Sum of RGB (Red+Green+Blue) = 205+112+47=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD702F is #328FD0. Grayscale: #848484. Windows color (decimal): -3313617 or 3109069. OLE color: 3109069.

HSL color Cylindrical-coordinate representation of color #CD702F: hue angle of 24.68º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD702F is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 112 47 -
CMYK 0 0.45 0.77 0.20
HSL 24.68º 0.63% 0.49% -
HSV(B) 24.68º 0.77% 0.8% -
XYZ 31.48 24.77 5.81 -
YUV 132.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 205 112 47 0 0.45 0.77 0.20 24.68 0.63 0.49
Hex CD 70 2F 0 2D 4D 14 19 3F 31
Octal 315 160 57 0 55 115 24 31 77 61
Binary 11001101 1110000 101111 0 101101 1001101 10100 11001 111111 110001

Color Harmonies of #CD702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD702F

Black with #CD702F

Text Example


Text Example

White with #CD702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD702F; }

 p { color: rgb(205,112,47); }

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

background-color css

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

 a { background-color: rgb(205,112,47); }

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

border-color css

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

 span { border-color: rgb(205,112,47); }

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