Html Css Color HEX #D67A22 Ochre

📋 copy color: '#D67A22'

red 214 ◦ green 122 ◦ blue 34

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

Shades of Ochre #D67A22

Tints of Ochre #D67A22

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.97%

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

R = 57.84%
G = 32.97%
B = 9.19%

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

#D67A22 (or 0xD67A22) is known color: Ochre. HEX triplet: D6, 7A and 22. RGB value is (214,122,34). Sum of RGB (Red+Green+Blue) = 214+122+34=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67A22 is #2985DD. Grayscale: #8B8B8B. Windows color (decimal): -2721246 or 2259670. OLE color: 2259670.

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

Color convert

RGB 214 122 34 -
CMYK 0 0.43 0.84 0.16
HSL 29.33º 0.73% 0.49% -
HSV(B) 29.33º 0.84% 0.84% -
XYZ 34.98 28.33 5.14 -
YUV 139.48 68.48 181.16 -
System Red Green Blue C M Y K H S L
Decimal 214 122 34 0 0.43 0.84 0.16 29.33 0.73 0.49
Hex D6 7A 22 0 2B 54 10 1D 49 31
Octal 326 172 42 0 53 124 20 35 111 61
Binary 11010110 1111010 100010 0 101011 1010100 10000 11101 1001001 110001

Color Harmonies of #D67A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A22

Black with #D67A22

Text Example


Text Example

White with #D67A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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