Html Css Color HEX #D9763D Jaffa

📋 copy color: '#D9763D'

red 217 ◦ green 118 ◦ blue 61

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

Shades of Jaffa #D9763D

Tints of Jaffa #D9763D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

 BLUE value IS 61 (24.22% from 255) = 15.4%

R = 54.8%
G = 29.8%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9763D (or 0xD9763D) is known color: Jaffa. HEX triplet: D9, 76 and 3D. RGB value is (217,118,61). Sum of RGB (Red+Green+Blue) = 217+118+61=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9763D is #2689C2. Grayscale: #8D8D8D. Windows color (decimal): -2525635 or 4028121. OLE color: 4028121.

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

Color convert

RGB 217 118 61 -
CMYK 0 0.46 0.72 0.15
HSL 21.92º 0.67% 0.55% -
HSV(B) 21.92º 0.72% 0.85% -
XYZ 35.94 28.05 7.93 -
YUV 141.1 82.8 182.13 -
System Red Green Blue C M Y K H S L
Decimal 217 118 61 0 0.46 0.72 0.15 21.92 0.67 0.55
Hex D9 76 3D 0 2E 48 F 16 43 37
Octal 331 166 75 0 56 110 17 26 103 67
Binary 11011001 1110110 111101 0 101110 1001000 1111 10110 1000011 110111

Color Harmonies of #D9763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9763D

Black with #D9763D

Text Example


Text Example

White with #D9763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9763D; }

 p { color: rgb(217,118,61); }

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

background-color css

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

 a { background-color: rgb(217,118,61); }

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

border-color css

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

 span { border-color: rgb(217,118,61); }

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