Html Css Color HEX #CC720B Ochre

📋 copy color: '#CC720B'

red 204 ◦ green 114 ◦ blue 11

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

Shades of Ochre #CC720B

Tints of Ochre #CC720B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

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

R = 62.01%
G = 34.65%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC720B (or 0xCC720B) is known color: Ochre. HEX triplet: CC, 72 and 0B. RGB value is (204,114,11). Sum of RGB (Red+Green+Blue) = 204+114+11=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC720B is #338DF4. Grayscale: #818181. Windows color (decimal): -3378677 or 750284. OLE color: 750284.

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

Color convert

RGB 204 114 11 -
CMYK 0 0.44 0.95 0.2
HSL 32.02º 0.9% 0.42% -
HSV(B) 32.02º 0.95% 0.8% -
XYZ 30.98 24.9 3.49 -
YUV 129.17 61.32 181.38 -
System Red Green Blue C M Y K H S L
Decimal 204 114 11 0 0.44 0.95 0.2 32.02 0.9 0.42
Hex CC 72 B 0 2C 5F 14 20 5A 2A
Octal 314 162 13 0 54 137 24 40 132 52
Binary 11001100 1110010 1011 0 101100 1011111 10100 100000 1011010 101010

Color Harmonies of #CC720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC720B

Black with #CC720B

Text Example


Text Example

White with #CC720B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC720B; }

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

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

background-color css

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

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

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

border-color css

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

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

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