Html Css Color HEX #D38422 Ochre

📋 copy color: '#D38422'

red 211 ◦ green 132 ◦ blue 34

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

Shades of Ochre #D38422

Tints of Ochre #D38422

RGB

 RED value IS 211 (82.81% from 255) = 55.97%

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

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

R = 55.97%
G = 35.01%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D38422 (or 0xD38422) is known color: Ochre. HEX triplet: D3, 84 and 22. RGB value is (211,132,34). Sum of RGB (Red+Green+Blue) = 211+132+34=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D38422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38422 is #2C7BDD. Grayscale: #909090. Windows color (decimal): -2915294 or 2262227. OLE color: 2262227.

HSL color Cylindrical-coordinate representation of color #D38422: hue angle of 33.22º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D38422 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 132 34 -
CMYK 0 0.37 0.84 0.17
HSL 33.22º 0.72% 0.48% -
HSV(B) 33.22º 0.84% 0.83% -
XYZ 35.4 30.47 5.53 -
YUV 144.45 65.67 175.47 -
System Red Green Blue C M Y K H S L
Decimal 211 132 34 0 0.37 0.84 0.17 33.22 0.72 0.48
Hex D3 84 22 0 25 54 11 21 48 30
Octal 323 204 42 0 45 124 21 41 110 60
Binary 11010011 10000100 100010 0 100101 1010100 10001 100001 1001000 110000

Color Harmonies of #D38422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38422

Black with #D38422

Text Example


Text Example

White with #D38422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38422; }

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

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

background-color css

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

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

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

border-color css

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

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

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