Html Css Color HEX #CE7D22 Ochre

📋 copy color: '#CE7D22'

red 206 ◦ green 125 ◦ blue 34

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

Shades of Ochre #CE7D22

Tints of Ochre #CE7D22

RGB

 RED value IS 206 (80.86% from 255) = 56.44%

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

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

R = 56.44%
G = 34.25%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE7D22 (or 0xCE7D22) is known color: Ochre. HEX triplet: CE, 7D and 22. RGB value is (206,125,34). Sum of RGB (Red+Green+Blue) = 206+125+34=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D22 is #3182DD. Grayscale: #8B8B8B. Windows color (decimal): -3244766 or 2260430. OLE color: 2260430.

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

Color convert

RGB 206 125 34 -
CMYK 0 0.39 0.83 0.19
HSL 31.74º 0.72% 0.47% -
HSV(B) 31.74º 0.83% 0.81% -
XYZ 33.08 27.9 5.16 -
YUV 138.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 206 125 34 0 0.39 0.83 0.19 31.74 0.72 0.47
Hex CE 7D 22 0 27 53 13 20 48 2F
Octal 316 175 42 0 47 123 23 40 110 57
Binary 11001110 1111101 100010 0 100111 1010011 10011 100000 1001000 101111

Color Harmonies of #CE7D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D22

Black with #CE7D22

Text Example


Text Example

White with #CE7D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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