Html Css Color HEX #D38215 Ochre

📋 copy color: '#D38215'

red 211 ◦ green 130 ◦ blue 21

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

Shades of Ochre #D38215

Tints of Ochre #D38215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

 BLUE value IS 21 (8.59% from 255) = 5.8%

R = 58.29%
G = 35.91%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D38215 (or 0xD38215) is known color: Ochre. HEX triplet: D3, 82 and 15. RGB value is (211,130,21). Sum of RGB (Red+Green+Blue) = 211+130+21=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D38215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38215 is #2C7DEA. Grayscale: #8E8E8E. Windows color (decimal): -2915819 or 1409747. OLE color: 1409747.

HSL color Cylindrical-coordinate representation of color #D38215: hue angle of 34.42º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D38215 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 130 21 -
CMYK 0 0.38 0.90 0.17
HSL 34.42º 0.82% 0.45% -
HSV(B) 34.42º 0.9% 0.83% -
XYZ 34.98 29.87 4.63 -
YUV 141.79 59.84 177.36 -
System Red Green Blue C M Y K H S L
Decimal 211 130 21 0 0.38 0.90 0.17 34.42 0.82 0.45
Hex D3 82 15 0 26 5A 11 22 52 2D
Octal 323 202 25 0 46 132 21 42 122 55
Binary 11010011 10000010 10101 0 100110 1011010 10001 100010 1010010 101101

Color Harmonies of #D38215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38215

Black with #D38215

Text Example


Text Example

White with #D38215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38215; }

 p { color: rgb(211,130,21); }

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

background-color css

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

 a { background-color: rgb(211,130,21); }

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

border-color css

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

 span { border-color: rgb(211,130,21); }

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