Html Css Color HEX #CD680D Chocolate

📋 copy color: '#CD680D'

red 205 ◦ green 104 ◦ blue 13

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

Shades of Chocolate #CD680D

Tints of Chocolate #CD680D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.04%

R = 63.66%
G = 32.3%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD680D (or 0xCD680D) is known color: Chocolate. HEX triplet: CD, 68 and 0D. RGB value is (205,104,13). Sum of RGB (Red+Green+Blue) = 205+104+13=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD680D is #3297F2. Grayscale: #7C7C7C. Windows color (decimal): -3315699 or 878797. OLE color: 878797.

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

Color convert

RGB 205 104 13 -
CMYK 0 0.49 0.94 0.20
HSL 28.44º 0.88% 0.43% -
HSV(B) 28.44º 0.94% 0.8% -
XYZ 30.2 22.91 3.21 -
YUV 123.83 65.46 185.9 -
System Red Green Blue C M Y K H S L
Decimal 205 104 13 0 0.49 0.94 0.20 28.44 0.88 0.43
Hex CD 68 D 0 31 5E 14 1C 58 2B
Octal 315 150 15 0 61 136 24 34 130 53
Binary 11001101 1101000 1101 0 110001 1011110 10100 11100 1011000 101011

Color Harmonies of #CD680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD680D

Black with #CD680D

Text Example


Text Example

White with #CD680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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