Html Css Color HEX #CD753B Zest

📋 copy color: '#CD753B'

red 205 ◦ green 117 ◦ blue 59

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

Shades of Zest #CD753B

Tints of Zest #CD753B

RGB

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

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

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

R = 53.81%
G = 30.71%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD753B (or 0xCD753B) is known color: Zest. HEX triplet: CD, 75 and 3B. RGB value is (205,117,59). Sum of RGB (Red+Green+Blue) = 205+117+59=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD753B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD753B is #328AC4. Grayscale: #898989. Windows color (decimal): -3312325 or 3896781. OLE color: 3896781.

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

Color convert

RGB 205 117 59 -
CMYK 0 0.43 0.71 0.20
HSL 23.84º 0.59% 0.52% -
HSV(B) 23.84º 0.71% 0.8% -
XYZ 32.33 26.02 7.46 -
YUV 136.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 205 117 59 0 0.43 0.71 0.20 23.84 0.59 0.52
Hex CD 75 3B 0 2B 47 14 18 3B 34
Octal 315 165 73 0 53 107 24 30 73 64
Binary 11001101 1110101 111011 0 101011 1000111 10100 11000 111011 110100

Color Harmonies of #CD753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD753B

Black with #CD753B

Text Example


Text Example

White with #CD753B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD753B; }

 p { color: rgb(205,117,59); }

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

background-color css

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

 a { background-color: rgb(205,117,59); }

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

border-color css

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

 span { border-color: rgb(205,117,59); }

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