Html Css Color HEX #CC7A0D Ochre

📋 copy color: '#CC7A0D'

red 204 ◦ green 122 ◦ blue 13

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

Shades of Ochre #CC7A0D

Tints of Ochre #CC7A0D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.99%

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

R = 60.18%
G = 35.99%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC7A0D (or 0xCC7A0D) is known color: Ochre. HEX triplet: CC, 7A and 0D. RGB value is (204,122,13). Sum of RGB (Red+Green+Blue) = 204+122+13=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A0D is #3385F2. Grayscale: #868686. Windows color (decimal): -3376627 or 883404. OLE color: 883404.

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

Color convert

RGB 204 122 13 -
CMYK 0 0.40 0.94 0.2
HSL 34.24º 0.88% 0.43% -
HSV(B) 34.24º 0.94% 0.8% -
XYZ 31.93 26.79 3.87 -
YUV 134.09 59.67 177.86 -
System Red Green Blue C M Y K H S L
Decimal 204 122 13 0 0.40 0.94 0.2 34.24 0.88 0.43
Hex CC 7A D 0 28 5E 14 22 58 2B
Octal 314 172 15 0 50 136 24 42 130 53
Binary 11001100 1111010 1101 0 101000 1011110 10100 100010 1011000 101011

Color Harmonies of #CC7A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A0D

Black with #CC7A0D

Text Example


Text Example

White with #CC7A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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