Html Css Color HEX #CD6821 Chocolate

📋 copy color: '#CD6821'

red 205 ◦ green 104 ◦ blue 33

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

Shades of Chocolate #CD6821

Tints of Chocolate #CD6821

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

 BLUE value IS 33 (13.28% from 255) = 9.65%

R = 59.94%
G = 30.41%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD6821 (or 0xCD6821) is known color: Chocolate. HEX triplet: CD, 68 and 21. RGB value is (205,104,33). Sum of RGB (Red+Green+Blue) = 205+104+33=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6821 is #3297DE. Grayscale: #7E7E7E. Windows color (decimal): -3315679 or 2189517. OLE color: 2189517.

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

Color convert

RGB 205 104 33 -
CMYK 0 0.49 0.84 0.20
HSL 24.77º 0.72% 0.47% -
HSV(B) 24.77º 0.84% 0.8% -
XYZ 30.4 22.99 4.27 -
YUV 126.11 75.46 184.27 -
System Red Green Blue C M Y K H S L
Decimal 205 104 33 0 0.49 0.84 0.20 24.77 0.72 0.47
Hex CD 68 21 0 31 54 14 19 48 2F
Octal 315 150 41 0 61 124 24 31 110 57
Binary 11001101 1101000 100001 0 110001 1010100 10100 11001 1001000 101111

Color Harmonies of #CD6821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6821

Black with #CD6821

Text Example


Text Example

White with #CD6821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6821; }

 p { color: rgb(205,104,33); }

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

background-color css

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

 a { background-color: rgb(205,104,33); }

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

border-color css

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

 span { border-color: rgb(205,104,33); }

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