Html Css Color HEX #D0763B Zest

📋 copy color: '#D0763B'

red 208 ◦ green 118 ◦ blue 59

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

Shades of Zest #D0763B

Tints of Zest #D0763B

RGB

 RED value IS 208 (81.64% from 255) = 54.03%

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

 BLUE value IS 59 (23.44% from 255) = 15.32%

R = 54.03%
G = 30.65%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0763B (or 0xD0763B) is known color: Zest. HEX triplet: D0, 76 and 3B. RGB value is (208,118,59). Sum of RGB (Red+Green+Blue) = 208+118+59=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0763B is #2F89C4. Grayscale: #8A8A8A. Windows color (decimal): -3115461 or 3897040. OLE color: 3897040.

HSL color Cylindrical-coordinate representation of color #D0763B: hue angle of 23.76º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0763B is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 59 -
CMYK 0 0.43 0.72 0.18
HSL 23.76º 0.61% 0.52% -
HSV(B) 23.76º 0.72% 0.82% -
XYZ 33.28 26.68 7.53 -
YUV 138.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 208 118 59 0 0.43 0.72 0.18 23.76 0.61 0.52
Hex D0 76 3B 0 2B 48 12 18 3D 34
Octal 320 166 73 0 53 110 22 30 75 64
Binary 11010000 1110110 111011 0 101011 1001000 10010 11000 111101 110100

Color Harmonies of #D0763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0763B

Black with #D0763B

Text Example


Text Example

White with #D0763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0763B; }

 p { color: rgb(208,118,59); }

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

background-color css

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

 a { background-color: rgb(208,118,59); }

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

border-color css

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

 span { border-color: rgb(208,118,59); }

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