Html Css Color HEX #CD723A Zest

📋 copy color: '#CD723A'

red 205 ◦ green 114 ◦ blue 58

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

Shades of Zest #CD723A

Tints of Zest #CD723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 58 (23.05% from 255) = 15.38%

R = 54.38%
G = 30.24%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD723A (or 0xCD723A) is known color: Zest. HEX triplet: CD, 72 and 3A. RGB value is (205,114,58). Sum of RGB (Red+Green+Blue) = 205+114+58=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD723A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD723A is #328DC5. Grayscale: #878787. Windows color (decimal): -3313094 or 3830477. OLE color: 3830477.

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

Color convert

RGB 205 114 58 -
CMYK 0 0.44 0.72 0.20
HSL 22.86º 0.6% 0.52% -
HSV(B) 22.86º 0.72% 0.8% -
XYZ 31.96 25.32 7.21 -
YUV 134.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 205 114 58 0 0.44 0.72 0.20 22.86 0.6 0.52
Hex CD 72 3A 0 2C 48 14 17 3C 34
Octal 315 162 72 0 54 110 24 27 74 64
Binary 11001101 1110010 111010 0 101100 1001000 10100 10111 111100 110100

Color Harmonies of #CD723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD723A

Black with #CD723A

Text Example


Text Example

White with #CD723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD723A; }

 p { color: rgb(205,114,58); }

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

background-color css

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

 a { background-color: rgb(205,114,58); }

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

border-color css

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

 span { border-color: rgb(205,114,58); }

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