Html Css Color HEX #D67922 Ochre

📋 copy color: '#D67922'

red 214 ◦ green 121 ◦ blue 34

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

Shades of Ochre #D67922

Tints of Ochre #D67922

RGB

 RED value IS 214 (83.98% from 255) = 57.99%

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

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

R = 57.99%
G = 32.79%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D67922 (or 0xD67922) is known color: Ochre. HEX triplet: D6, 79 and 22. RGB value is (214,121,34). Sum of RGB (Red+Green+Blue) = 214+121+34=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D67922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67922 is #2986DD. Grayscale: #8B8B8B. Windows color (decimal): -2721502 or 2259414. OLE color: 2259414.

HSL color Cylindrical-coordinate representation of color #D67922: hue angle of 29º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D67922 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 34 -
CMYK 0 0.43 0.84 0.16
HSL 29º 0.73% 0.49% -
HSV(B) 29º 0.84% 0.84% -
XYZ 34.86 28.09 5.1 -
YUV 138.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 214 121 34 0 0.43 0.84 0.16 29 0.73 0.49
Hex D6 79 22 0 2B 54 10 1D 49 31
Octal 326 171 42 0 53 124 20 35 111 61
Binary 11010110 1111001 100010 0 101011 1010100 10000 11101 1001001 110001

Color Harmonies of #D67922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67922

Black with #D67922

Text Example


Text Example

White with #D67922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67922; }

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

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

background-color css

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

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

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

border-color css

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

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

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