Html Css Color HEX #D67233 Tango

📋 copy color: '#D67233'

red 214 ◦ green 114 ◦ blue 51

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

Shades of Tango #D67233

Tints of Tango #D67233

RGB

 RED value IS 214 (83.98% from 255) = 56.46%

 GREEN value IS 114 (44.92% from 255) = 30.08%

 BLUE value IS 51 (20.31% from 255) = 13.46%

R = 56.46%
G = 30.08%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D67233 (or 0xD67233) is known color: Tango. HEX triplet: D6, 72 and 33. RGB value is (214,114,51). Sum of RGB (Red+Green+Blue) = 214+114+51=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D67233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67233 is #298DCC. Grayscale: #898989. Windows color (decimal): -2723277 or 3371734. OLE color: 3371734.

HSL color Cylindrical-coordinate representation of color #D67233: hue angle of 23.19º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D67233 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 51 -
CMYK 0 0.47 0.76 0.16
HSL 23.19º 0.67% 0.52% -
HSV(B) 23.19º 0.76% 0.84% -
XYZ 34.35 26.57 6.45 -
YUV 136.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 214 114 51 0 0.47 0.76 0.16 23.19 0.67 0.52
Hex D6 72 33 0 2F 4C 10 17 43 34
Octal 326 162 63 0 57 114 20 27 103 64
Binary 11010110 1110010 110011 0 101111 1001100 10000 10111 1000011 110100

Color Harmonies of #D67233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67233

Black with #D67233

Text Example


Text Example

White with #D67233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67233; }

 p { color: rgb(214,114,51); }

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

background-color css

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

 a { background-color: rgb(214,114,51); }

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

border-color css

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

 span { border-color: rgb(214,114,51); }

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