Html Css Color HEX #CC7D18 Ochre

📋 copy color: '#CC7D18'

red 204 ◦ green 125 ◦ blue 24

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

Shades of Ochre #CC7D18

Tints of Ochre #CC7D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 57.79%
G = 35.41%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC7D18 (or 0xCC7D18) is known color: Ochre. HEX triplet: CC, 7D and 18. RGB value is (204,125,24). Sum of RGB (Red+Green+Blue) = 204+125+24=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D18 is #3382E7. Grayscale: #898989. Windows color (decimal): -3375848 or 1605068. OLE color: 1605068.

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

Color convert

RGB 204 125 24 -
CMYK 0 0.39 0.88 0.2
HSL 33.67º 0.79% 0.45% -
HSV(B) 33.67º 0.88% 0.8% -
XYZ 32.4 27.57 4.48 -
YUV 137.11 64.17 175.71 -
System Red Green Blue C M Y K H S L
Decimal 204 125 24 0 0.39 0.88 0.2 33.67 0.79 0.45
Hex CC 7D 18 0 27 58 14 22 4F 2D
Octal 314 175 30 0 47 130 24 42 117 55
Binary 11001100 1111101 11000 0 100111 1011000 10100 100010 1001111 101101

Color Harmonies of #CC7D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D18

Black with #CC7D18

Text Example


Text Example

White with #CC7D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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