Html Css Color HEX #DE754C Jaffa

📋 copy color: '#DE754C'

red 222 ◦ green 117 ◦ blue 76

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

Shades of Jaffa #DE754C

Tints of Jaffa #DE754C

RGB

 RED value IS 222 (87.11% from 255) = 53.49%

 GREEN value IS 117 (46.09% from 255) = 28.19%

 BLUE value IS 76 (30.08% from 255) = 18.31%

R = 53.49%
G = 28.19%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE754C (or 0xDE754C) is known color: Jaffa. HEX triplet: DE, 75 and 4C. RGB value is (222,117,76). Sum of RGB (Red+Green+Blue) = 222+117+76=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE754C is #218AB3. Grayscale: #8F8F8F. Windows color (decimal): -2198196 or 5010910. OLE color: 5010910.

HSL color Cylindrical-coordinate representation of color #DE754C: hue angle of 16.85º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE754C is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 117 76 -
CMYK 0 0.47 0.66 0.13
HSL 16.85º 0.69% 0.58% -
HSV(B) 16.85º 0.66% 0.87% -
XYZ 37.79 28.77 10.4 -
YUV 143.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 222 117 76 0 0.47 0.66 0.13 16.85 0.69 0.58
Hex DE 75 4C 0 2F 42 D 11 45 3A
Octal 336 165 114 0 57 102 15 21 105 72
Binary 11011110 1110101 1001100 0 101111 1000010 1101 10001 1000101 111010

Color Harmonies of #DE754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE754C

Black with #DE754C

Text Example


Text Example

White with #DE754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE754C; }

 p { color: rgb(222,117,76); }

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

background-color css

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

 a { background-color: rgb(222,117,76); }

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

border-color css

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

 span { border-color: rgb(222,117,76); }

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