Html Css Color HEX #D38413 Ochre

📋 copy color: '#D38413'

red 211 ◦ green 132 ◦ blue 19

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

Shades of Ochre #D38413

Tints of Ochre #D38413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.25%

R = 58.29%
G = 36.46%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D38413 (or 0xD38413) is known color: Ochre. HEX triplet: D3, 84 and 13. RGB value is (211,132,19). Sum of RGB (Red+Green+Blue) = 211+132+19=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D38413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38413 is #2C7BEC. Grayscale: #8F8F8F. Windows color (decimal): -2915309 or 1279187. OLE color: 1279187.

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

Color convert

RGB 211 132 19 -
CMYK 0 0.37 0.91 0.17
HSL 35.31º 0.83% 0.45% -
HSV(B) 35.31º 0.91% 0.83% -
XYZ 35.23 30.4 4.63 -
YUV 142.74 58.17 176.69 -
System Red Green Blue C M Y K H S L
Decimal 211 132 19 0 0.37 0.91 0.17 35.31 0.83 0.45
Hex D3 84 13 0 25 5B 11 23 53 2D
Octal 323 204 23 0 45 133 21 43 123 55
Binary 11010011 10000100 10011 0 100101 1011011 10001 100011 1010011 101101

Color Harmonies of #D38413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38413

Black with #D38413

Text Example


Text Example

White with #D38413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38413; }

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

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

background-color css

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

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

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

border-color css

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

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

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