Html Css Color HEX #CC720D Ochre

📋 copy color: '#CC720D'

red 204 ◦ green 114 ◦ blue 13

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

Shades of Ochre #CC720D

Tints of Ochre #CC720D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.93%

R = 61.63%
G = 34.44%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC720D (or 0xCC720D) is known color: Ochre. HEX triplet: CC, 72 and 0D. RGB value is (204,114,13). Sum of RGB (Red+Green+Blue) = 204+114+13=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC720D is #338DF2. Grayscale: #818181. Windows color (decimal): -3378675 or 881356. OLE color: 881356.

HSL color Cylindrical-coordinate representation of color #CC720D: hue angle of 31.73º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC720D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 114 13 -
CMYK 0 0.44 0.94 0.2
HSL 31.73º 0.88% 0.43% -
HSV(B) 31.73º 0.94% 0.8% -
XYZ 30.99 24.9 3.55 -
YUV 129.4 62.32 181.21 -
System Red Green Blue C M Y K H S L
Decimal 204 114 13 0 0.44 0.94 0.2 31.73 0.88 0.43
Hex CC 72 D 0 2C 5E 14 20 58 2B
Octal 314 162 15 0 54 136 24 40 130 53
Binary 11001100 1110010 1101 0 101100 1011110 10100 100000 1011000 101011

Color Harmonies of #CC720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC720D

Black with #CC720D

Text Example


Text Example

White with #CC720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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