Html Css Color HEX #CC801D Ochre

📋 copy color: '#CC801D'

red 204 ◦ green 128 ◦ blue 29

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

Shades of Ochre #CC801D

Tints of Ochre #CC801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.46%

 BLUE value IS 29 (11.72% from 255) = 8.03%

R = 56.51%
G = 35.46%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC801D (or 0xCC801D) is known color: Ochre. HEX triplet: CC, 80 and 1D. RGB value is (204,128,29). Sum of RGB (Red+Green+Blue) = 204+128+29=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC801D is #337FE2. Grayscale: #8B8B8B. Windows color (decimal): -3375075 or 1933516. OLE color: 1933516.

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

Color convert

RGB 204 128 29 -
CMYK 0 0.37 0.86 0.2
HSL 33.94º 0.75% 0.46% -
HSV(B) 33.94º 0.86% 0.8% -
XYZ 32.84 28.36 4.91 -
YUV 139.44 65.68 174.05 -
System Red Green Blue C M Y K H S L
Decimal 204 128 29 0 0.37 0.86 0.2 33.94 0.75 0.46
Hex CC 80 1D 0 25 56 14 22 4B 2E
Octal 314 200 35 0 45 126 24 42 113 56
Binary 11001100 10000000 11101 0 100101 1010110 10100 100010 1001011 101110

Color Harmonies of #CC801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC801D

Black with #CC801D

Text Example


Text Example

White with #CC801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC801D; }

 p { color: rgb(204,128,29); }

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

background-color css

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

 a { background-color: rgb(204,128,29); }

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

border-color css

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

 span { border-color: rgb(204,128,29); }

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