Html Css Color HEX #D07922 Ochre

📋 copy color: '#D07922'

red 208 ◦ green 121 ◦ blue 34

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

Shades of Ochre #D07922

Tints of Ochre #D07922

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

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

R = 57.3%
G = 33.33%
B = 9.37%

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

#D07922 (or 0xD07922) is known color: Ochre. HEX triplet: D0, 79 and 22. RGB value is (208,121,34). Sum of RGB (Red+Green+Blue) = 208+121+34=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D07922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07922 is #2F86DD. Grayscale: #898989. Windows color (decimal): -3114718 or 2259408. OLE color: 2259408.

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

Color convert

RGB 208 121 34 -
CMYK 0 0.42 0.84 0.18
HSL 30º 0.72% 0.47% -
HSV(B) 30º 0.84% 0.82% -
XYZ 33.14 27.2 5.02 -
YUV 137.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 208 121 34 0 0.42 0.84 0.18 30 0.72 0.47
Hex D0 79 22 0 2A 54 12 1E 48 2F
Octal 320 171 42 0 52 124 22 36 110 57
Binary 11010000 1111001 100010 0 101010 1010100 10010 11110 1001000 101111

Color Harmonies of #D07922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07922

Black with #D07922

Text Example


Text Example

White with #D07922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07922; }

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

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

background-color css

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

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

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

border-color css

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

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

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