Html Css Color HEX #CD630E Chocolate

📋 copy color: '#CD630E'

red 205 ◦ green 99 ◦ blue 14

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

Shades of Chocolate #CD630E

Tints of Chocolate #CD630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 64.47%
G = 31.13%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD630E (or 0xCD630E) is known color: Chocolate. HEX triplet: CD, 63 and 0E. RGB value is (205,99,14). Sum of RGB (Red+Green+Blue) = 205+99+14=318 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.47% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 205 - color contains mainly: red. Hex color #CD630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD630E is #329CF1. Grayscale: #797979. Windows color (decimal): -3316978 or 943053. OLE color: 943053.

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

Color convert

RGB 205 99 14 -
CMYK 0 0.52 0.93 0.20
HSL 26.7º 0.87% 0.43% -
HSV(B) 26.7º 0.93% 0.8% -
XYZ 29.72 21.93 3.08 -
YUV 121 67.62 187.91 -
System Red Green Blue C M Y K H S L
Decimal 205 99 14 0 0.52 0.93 0.20 26.7 0.87 0.43
Hex CD 63 E 0 34 5D 14 1B 57 2B
Octal 315 143 16 0 64 135 24 33 127 53
Binary 11001101 1100011 1110 0 110100 1011101 10100 11011 1010111 101011

Color Harmonies of #CD630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD630E

Black with #CD630E

Text Example


Text Example

White with #CD630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD630E; }

 p { color: rgb(205,99,14); }

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

background-color css

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

 a { background-color: rgb(205,99,14); }

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

border-color css

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

 span { border-color: rgb(205,99,14); }

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