Html Css Color HEX #CC7D22 Ochre

📋 copy color: '#CC7D22'

red 204 ◦ green 125 ◦ blue 34

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

Shades of Ochre #CC7D22

Tints of Ochre #CC7D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.37%

R = 56.2%
G = 34.44%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC7D22 (or 0xCC7D22) is known color: Ochre. HEX triplet: CC, 7D and 22. RGB value is (204,125,34). Sum of RGB (Red+Green+Blue) = 204+125+34=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D22 is #3382DD. Grayscale: #8A8A8A. Windows color (decimal): -3375838 or 2260428. OLE color: 2260428.

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

Color convert

RGB 204 125 34 -
CMYK 0 0.39 0.83 0.2
HSL 32.12º 0.71% 0.47% -
HSV(B) 32.12º 0.83% 0.8% -
XYZ 32.52 27.62 5.13 -
YUV 138.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 204 125 34 0 0.39 0.83 0.2 32.12 0.71 0.47
Hex CC 7D 22 0 27 53 14 20 47 2F
Octal 314 175 42 0 47 123 24 40 107 57
Binary 11001100 1111101 100010 0 100111 1010011 10100 100000 1000111 101111

Color Harmonies of #CC7D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D22

Black with #CC7D22

Text Example


Text Example

White with #CC7D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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