Html Css Color HEX #D9753E Jaffa

📋 copy color: '#D9753E'

red 217 ◦ green 117 ◦ blue 62

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

Shades of Jaffa #D9753E

Tints of Jaffa #D9753E

RGB

 RED value IS 217 (85.16% from 255) = 54.8%

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

 BLUE value IS 62 (24.61% from 255) = 15.66%

R = 54.8%
G = 29.55%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9753E (or 0xD9753E) is known color: Jaffa. HEX triplet: D9, 75 and 3E. RGB value is (217,117,62). Sum of RGB (Red+Green+Blue) = 217+117+62=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9753E is #268AC1. Grayscale: #8C8C8C. Windows color (decimal): -2525890 or 4093401. OLE color: 4093401.

HSL color Cylindrical-coordinate representation of color #D9753E: hue angle of 21.29º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9753E is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 117 62 -
CMYK 0 0.46 0.71 0.15
HSL 21.29º 0.67% 0.55% -
HSV(B) 21.29º 0.71% 0.85% -
XYZ 35.85 27.82 8.04 -
YUV 140.63 83.63 182.47 -
System Red Green Blue C M Y K H S L
Decimal 217 117 62 0 0.46 0.71 0.15 21.29 0.67 0.55
Hex D9 75 3E 0 2E 47 F 15 43 37
Octal 331 165 76 0 56 107 17 25 103 67
Binary 11011001 1110101 111110 0 101110 1000111 1111 10101 1000011 110111

Color Harmonies of #D9753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9753E

Black with #D9753E

Text Example


Text Example

White with #D9753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9753E; }

 p { color: rgb(217,117,62); }

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

background-color css

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

 a { background-color: rgb(217,117,62); }

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

border-color css

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

 span { border-color: rgb(217,117,62); }

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