Html Css Color HEX #CC7D0E Ochre

📋 copy color: '#CC7D0E'

red 204 ◦ green 125 ◦ blue 14

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

Shades of Ochre #CC7D0E

Tints of Ochre #CC7D0E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.44%

 BLUE value IS 14 (5.86% from 255) = 4.08%

R = 59.48%
G = 36.44%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC7D0E (or 0xCC7D0E) is known color: Ochre. HEX triplet: CC, 7D and 0E. RGB value is (204,125,14). Sum of RGB (Red+Green+Blue) = 204+125+14=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D0E is #3382F1. Grayscale: #888888. Windows color (decimal): -3375858 or 949708. OLE color: 949708.

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

Color convert

RGB 204 125 14 -
CMYK 0 0.39 0.93 0.2
HSL 35.05º 0.87% 0.43% -
HSV(B) 35.05º 0.93% 0.8% -
XYZ 32.31 27.54 4.03 -
YUV 135.97 59.17 176.53 -
System Red Green Blue C M Y K H S L
Decimal 204 125 14 0 0.39 0.93 0.2 35.05 0.87 0.43
Hex CC 7D E 0 27 5D 14 23 57 2B
Octal 314 175 16 0 47 135 24 43 127 53
Binary 11001100 1111101 1110 0 100111 1011101 10100 100011 1010111 101011

Color Harmonies of #CC7D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D0E

Black with #CC7D0E

Text Example


Text Example

White with #CC7D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D0E; }

 p { color: rgb(204,125,14); }

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

background-color css

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

 a { background-color: rgb(204,125,14); }

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

border-color css

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

 span { border-color: rgb(204,125,14); }

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