Html Css Color HEX #D67522 Ochre

📋 copy color: '#D67522'

red 214 ◦ green 117 ◦ blue 34

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

Shades of Ochre #D67522

Tints of Ochre #D67522

RGB

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

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

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

R = 58.63%
G = 32.05%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D67522 (or 0xD67522) is known color: Ochre. HEX triplet: D6, 75 and 22. RGB value is (214,117,34). Sum of RGB (Red+Green+Blue) = 214+117+34=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D67522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67522 is #298ADD. Grayscale: #888888. Windows color (decimal): -2722526 or 2258390. OLE color: 2258390.

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

Color convert

RGB 214 117 34 -
CMYK 0 0.45 0.84 0.16
HSL 27.67º 0.73% 0.49% -
HSV(B) 27.67º 0.84% 0.84% -
XYZ 34.38 27.13 4.94 -
YUV 136.54 70.14 183.25 -
System Red Green Blue C M Y K H S L
Decimal 214 117 34 0 0.45 0.84 0.16 27.67 0.73 0.49
Hex D6 75 22 0 2D 54 10 1C 49 31
Octal 326 165 42 0 55 124 20 34 111 61
Binary 11010110 1110101 100010 0 101101 1010100 10000 11100 1001001 110001

Color Harmonies of #D67522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67522

Black with #D67522

Text Example


Text Example

White with #D67522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67522; }

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

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

background-color css

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

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

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

border-color css

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

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

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