Html Css Color HEX #D07822 Ochre

📋 copy color: '#D07822'

red 208 ◦ green 120 ◦ blue 34

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

Shades of Ochre #D07822

Tints of Ochre #D07822

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

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

R = 57.46%
G = 33.15%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D07822 (or 0xD07822) is known color: Ochre. HEX triplet: D0, 78 and 22. RGB value is (208,120,34). Sum of RGB (Red+Green+Blue) = 208+120+34=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D07822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07822 is #2F87DD. Grayscale: #888888. Windows color (decimal): -3114974 or 2259152. OLE color: 2259152.

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

Color convert

RGB 208 120 34 -
CMYK 0 0.42 0.84 0.18
HSL 29.66º 0.72% 0.47% -
HSV(B) 29.66º 0.84% 0.82% -
XYZ 33.02 26.96 4.98 -
YUV 136.51 70.15 178.99 -
System Red Green Blue C M Y K H S L
Decimal 208 120 34 0 0.42 0.84 0.18 29.66 0.72 0.47
Hex D0 78 22 0 2A 54 12 1E 48 2F
Octal 320 170 42 0 52 124 22 36 110 57
Binary 11010000 1111000 100010 0 101010 1010100 10010 11110 1001000 101111

Color Harmonies of #D07822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07822

Black with #D07822

Text Example


Text Example

White with #D07822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07822; }

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

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

background-color css

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

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

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

border-color css

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

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

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