Html Css Color HEX #CC711E Ochre

📋 copy color: '#CC711E'

red 204 ◦ green 113 ◦ blue 30

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

Shades of Ochre #CC711E

Tints of Ochre #CC711E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.56%

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 58.79%
G = 32.56%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC711E (or 0xCC711E) is known color: Ochre. HEX triplet: CC, 71 and 1E. RGB value is (204,113,30). Sum of RGB (Red+Green+Blue) = 204+113+30=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC711E is #338EE1. Grayscale: #838383. Windows color (decimal): -3378914 or 1995212. OLE color: 1995212.

HSL color Cylindrical-coordinate representation of color #CC711E: hue angle of 28.62º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC711E is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 113 30 -
CMYK 0 0.45 0.85 0.2
HSL 28.62º 0.74% 0.46% -
HSV(B) 28.62º 0.85% 0.8% -
XYZ 31.04 24.74 4.37 -
YUV 130.75 71.15 180.25 -
System Red Green Blue C M Y K H S L
Decimal 204 113 30 0 0.45 0.85 0.2 28.62 0.74 0.46
Hex CC 71 1E 0 2D 55 14 1D 4A 2E
Octal 314 161 36 0 55 125 24 35 112 56
Binary 11001100 1110001 11110 0 101101 1010101 10100 11101 1001010 101110

Color Harmonies of #CC711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC711E

Black with #CC711E

Text Example


Text Example

White with #CC711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC711E; }

 p { color: rgb(204,113,30); }

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

background-color css

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

 a { background-color: rgb(204,113,30); }

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

border-color css

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

 span { border-color: rgb(204,113,30); }

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