Html Css Color HEX #D38613 Ochre

📋 copy color: '#D38613'

red 211 ◦ green 134 ◦ blue 19

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

Shades of Ochre #D38613

Tints of Ochre #D38613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.81%

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

R = 57.97%
G = 36.81%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D38613 (or 0xD38613) is known color: Ochre. HEX triplet: D3, 86 and 13. RGB value is (211,134,19). Sum of RGB (Red+Green+Blue) = 211+134+19=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D38613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38613 is #2C79EC. Grayscale: #909090. Windows color (decimal): -2914797 or 1279699. OLE color: 1279699.

HSL color Cylindrical-coordinate representation of color #D38613: hue angle of 35.94º 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 #D38613 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 134 19 -
CMYK 0 0.36 0.91 0.17
HSL 35.94º 0.83% 0.45% -
HSV(B) 35.94º 0.91% 0.83% -
XYZ 35.51 30.95 4.72 -
YUV 143.91 57.51 175.85 -
System Red Green Blue C M Y K H S L
Decimal 211 134 19 0 0.36 0.91 0.17 35.94 0.83 0.45
Hex D3 86 13 0 24 5B 11 24 53 2D
Octal 323 206 23 0 44 133 21 44 123 55
Binary 11010011 10000110 10011 0 100100 1011011 10001 100100 1010011 101101

Color Harmonies of #D38613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38613

Black with #D38613

Text Example


Text Example

White with #D38613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38613; }

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

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

background-color css

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

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

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

border-color css

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

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

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