Html Css Color HEX #CD680B Chocolate

📋 copy color: '#CD680B'

red 205 ◦ green 104 ◦ blue 11

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

Shades of Chocolate #CD680B

Tints of Chocolate #CD680B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.44%

R = 64.06%
G = 32.5%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD680B (or 0xCD680B) is known color: Chocolate. HEX triplet: CD, 68 and 0B. RGB value is (205,104,11). Sum of RGB (Red+Green+Blue) = 205+104+11=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD680B is #3297F4. Grayscale: #7C7C7C. Windows color (decimal): -3315701 or 747725. OLE color: 747725.

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

Color convert

RGB 205 104 11 -
CMYK 0 0.49 0.95 0.20
HSL 28.76º 0.9% 0.42% -
HSV(B) 28.76º 0.95% 0.8% -
XYZ 30.19 22.9 3.15 -
YUV 123.6 64.46 186.06 -
System Red Green Blue C M Y K H S L
Decimal 205 104 11 0 0.49 0.95 0.20 28.76 0.9 0.42
Hex CD 68 B 0 31 5F 14 1D 5A 2A
Octal 315 150 13 0 61 137 24 35 132 52
Binary 11001101 1101000 1011 0 110001 1011111 10100 11101 1011010 101010

Color Harmonies of #CD680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD680B

Black with #CD680B

Text Example


Text Example

White with #CD680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD680B; }

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

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

background-color css

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

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

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

border-color css

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

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

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