Html Css Color HEX #CD703A Zest

📋 copy color: '#CD703A'

red 205 ◦ green 112 ◦ blue 58

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

Shades of Zest #CD703A

Tints of Zest #CD703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

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

R = 54.67%
G = 29.87%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD703A (or 0xCD703A) is known color: Zest. HEX triplet: CD, 70 and 3A. RGB value is (205,112,58). Sum of RGB (Red+Green+Blue) = 205+112+58=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD703A is #328FC5. Grayscale: #858585. Windows color (decimal): -3313606 or 3829965. OLE color: 3829965.

HSL color Cylindrical-coordinate representation of color #CD703A: hue angle of 22.04º 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 #CD703A is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 112 58 -
CMYK 0 0.45 0.72 0.20
HSL 22.04º 0.6% 0.52% -
HSV(B) 22.04º 0.72% 0.8% -
XYZ 31.73 24.87 7.13 -
YUV 133.65 85.31 178.89 -
System Red Green Blue C M Y K H S L
Decimal 205 112 58 0 0.45 0.72 0.20 22.04 0.6 0.52
Hex CD 70 3A 0 2D 48 14 16 3C 34
Octal 315 160 72 0 55 110 24 26 74 64
Binary 11001101 1110000 111010 0 101101 1001000 10100 10110 111100 110100

Color Harmonies of #CD703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD703A

Black with #CD703A

Text Example


Text Example

White with #CD703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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