Html Css Color HEX #D68422 Ochre

📋 copy color: '#D68422'

red 214 ◦ green 132 ◦ blue 34

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

Shades of Ochre #D68422

Tints of Ochre #D68422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.74%

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

R = 56.32%
G = 34.74%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D68422 (or 0xD68422) is known color: Ochre. HEX triplet: D6, 84 and 22. RGB value is (214,132,34). Sum of RGB (Red+Green+Blue) = 214+132+34=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D68422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68422 is #297BDD. Grayscale: #919191. Windows color (decimal): -2718686 or 2262230. OLE color: 2262230.

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

Color convert

RGB 214 132 34 -
CMYK 0 0.38 0.84 0.16
HSL 32.67º 0.73% 0.49% -
HSV(B) 32.67º 0.84% 0.84% -
XYZ 36.27 30.91 5.57 -
YUV 145.35 65.17 176.97 -
System Red Green Blue C M Y K H S L
Decimal 214 132 34 0 0.38 0.84 0.16 32.67 0.73 0.49
Hex D6 84 22 0 26 54 10 21 49 31
Octal 326 204 42 0 46 124 20 41 111 61
Binary 11010110 10000100 100010 0 100110 1010100 10000 100001 1001001 110001

Color Harmonies of #D68422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68422

Black with #D68422

Text Example


Text Example

White with #D68422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68422; }

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

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

background-color css

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

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

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

border-color css

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

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

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