Html Css Color HEX #D07C22 Ochre

📋 copy color: '#D07C22'

red 208 ◦ green 124 ◦ blue 34

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

Shades of Ochre #D07C22

Tints of Ochre #D07C22

RGB

 RED value IS 208 (81.64% from 255) = 56.83%

 GREEN value IS 124 (48.83% from 255) = 33.88%

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

R = 56.83%
G = 33.88%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D07C22 (or 0xD07C22) is known color: Ochre. HEX triplet: D0, 7C and 22. RGB value is (208,124,34). Sum of RGB (Red+Green+Blue) = 208+124+34=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C22 is #2F83DD. Grayscale: #8B8B8B. Windows color (decimal): -3113950 or 2260176. OLE color: 2260176.

HSL color Cylindrical-coordinate representation of color #D07C22: hue angle of 31.03º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D07C22 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 124 34 -
CMYK 0 0.40 0.84 0.18
HSL 31.03º 0.72% 0.47% -
HSV(B) 31.03º 0.84% 0.82% -
XYZ 33.51 27.94 5.14 -
YUV 138.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 208 124 34 0 0.40 0.84 0.18 31.03 0.72 0.47
Hex D0 7C 22 0 28 54 12 1F 48 2F
Octal 320 174 42 0 50 124 22 37 110 57
Binary 11010000 1111100 100010 0 101000 1010100 10010 11111 1001000 101111

Color Harmonies of #D07C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C22

Black with #D07C22

Text Example


Text Example

White with #D07C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C22; }

 p { color: rgb(208,124,34); }

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

background-color css

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

 a { background-color: rgb(208,124,34); }

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

border-color css

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

 span { border-color: rgb(208,124,34); }

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