Html Css Color HEX #CC700B Chocolate

📋 copy color: '#CC700B'

red 204 ◦ green 112 ◦ blue 11

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

Shades of Chocolate #CC700B

Tints of Chocolate #CC700B

RGB

 RED value IS 204 (80.08% from 255) = 62.39%

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

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

R = 62.39%
G = 34.25%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC700B (or 0xCC700B) is known color: Chocolate. HEX triplet: CC, 70 and 0B. RGB value is (204,112,11). Sum of RGB (Red+Green+Blue) = 204+112+11=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC700B is #338FF4. Grayscale: #808080. Windows color (decimal): -3379189 or 749772. OLE color: 749772.

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

Color convert

RGB 204 112 11 -
CMYK 0 0.45 0.95 0.2
HSL 31.4º 0.9% 0.42% -
HSV(B) 31.4º 0.95% 0.8% -
XYZ 30.76 24.45 3.41 -
YUV 127.99 61.98 182.21 -
System Red Green Blue C M Y K H S L
Decimal 204 112 11 0 0.45 0.95 0.2 31.4 0.9 0.42
Hex CC 70 B 0 2D 5F 14 1F 5A 2A
Octal 314 160 13 0 55 137 24 37 132 52
Binary 11001100 1110000 1011 0 101101 1011111 10100 11111 1011010 101010

Color Harmonies of #CC700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC700B

Black with #CC700B

Text Example


Text Example

White with #CC700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC700B; }

 p { color: rgb(204,112,11); }

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

background-color css

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

 a { background-color: rgb(204,112,11); }

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

border-color css

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

 span { border-color: rgb(204,112,11); }

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