Html Css Color HEX #CD763F Zest

📋 copy color: '#CD763F'

red 205 ◦ green 118 ◦ blue 63

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

Shades of Zest #CD763F

Tints of Zest #CD763F

RGB

 RED value IS 205 (80.47% from 255) = 53.11%

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

 BLUE value IS 63 (25% from 255) = 16.32%

R = 53.11%
G = 30.57%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD763F (or 0xCD763F) is known color: Zest. HEX triplet: CD, 76 and 3F. RGB value is (205,118,63). Sum of RGB (Red+Green+Blue) = 205+118+63=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD763F is #3289C0. Grayscale: #8A8A8A. Windows color (decimal): -3312065 or 4159181. OLE color: 4159181.

HSL color Cylindrical-coordinate representation of color #CD763F: hue angle of 23.24º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD763F is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 118 63 -
CMYK 0 0.42 0.69 0.20
HSL 23.24º 0.59% 0.53% -
HSV(B) 23.24º 0.69% 0.8% -
XYZ 32.55 26.29 8.06 -
YUV 137.74 85.82 175.97 -
System Red Green Blue C M Y K H S L
Decimal 205 118 63 0 0.42 0.69 0.20 23.24 0.59 0.53
Hex CD 76 3F 0 2A 45 14 17 3B 35
Octal 315 166 77 0 52 105 24 27 73 65
Binary 11001101 1110110 111111 0 101010 1000101 10100 10111 111011 110101

Color Harmonies of #CD763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD763F

Black with #CD763F

Text Example


Text Example

White with #CD763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD763F; }

 p { color: rgb(205,118,63); }

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

background-color css

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

 a { background-color: rgb(205,118,63); }

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

border-color css

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

 span { border-color: rgb(205,118,63); }

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