Html Css Color HEX #D07522 Ochre

📋 copy color: '#D07522'

red 208 ◦ green 117 ◦ blue 34

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

Shades of Ochre #D07522

Tints of Ochre #D07522

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

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

R = 57.94%
G = 32.59%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D07522 (or 0xD07522) is known color: Ochre. HEX triplet: D0, 75 and 22. RGB value is (208,117,34). Sum of RGB (Red+Green+Blue) = 208+117+34=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D07522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07522 is #2F8ADD. Grayscale: #878787. Windows color (decimal): -3115742 or 2258384. OLE color: 2258384.

HSL color Cylindrical-coordinate representation of color #D07522: hue angle of 28.62º 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 #D07522 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 34 -
CMYK 0 0.44 0.84 0.18
HSL 28.62º 0.72% 0.47% -
HSV(B) 28.62º 0.84% 0.82% -
XYZ 32.66 26.25 4.86 -
YUV 134.75 71.15 180.25 -
System Red Green Blue C M Y K H S L
Decimal 208 117 34 0 0.44 0.84 0.18 28.62 0.72 0.47
Hex D0 75 22 0 2C 54 12 1D 48 2F
Octal 320 165 42 0 54 124 22 35 110 57
Binary 11010000 1110101 100010 0 101100 1010100 10010 11101 1001000 101111

Color Harmonies of #D07522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07522

Black with #D07522

Text Example


Text Example

White with #D07522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07522; }

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

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

background-color css

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

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

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

border-color css

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

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

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