Html Css Color HEX #D38719 Ochre

📋 copy color: '#D38719'

red 211 ◦ green 135 ◦ blue 25

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

Shades of Ochre #D38719

Tints of Ochre #D38719

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

 BLUE value IS 25 (10.16% from 255) = 6.74%

R = 56.87%
G = 36.39%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D38719 (or 0xD38719) is known color: Ochre. HEX triplet: D3, 87 and 19. RGB value is (211,135,25). Sum of RGB (Red+Green+Blue) = 211+135+25=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D38719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38719 is #2C78E6. Grayscale: #919191. Windows color (decimal): -2914535 or 1673171. OLE color: 1673171.

HSL color Cylindrical-coordinate representation of color #D38719: hue angle of 35.48º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D38719 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 135 25 -
CMYK 0 0.36 0.88 0.17
HSL 35.48º 0.79% 0.46% -
HSV(B) 35.48º 0.88% 0.83% -
XYZ 35.7 31.25 5.07 -
YUV 145.18 60.18 174.94 -
System Red Green Blue C M Y K H S L
Decimal 211 135 25 0 0.36 0.88 0.17 35.48 0.79 0.46
Hex D3 87 19 0 24 58 11 23 4F 2E
Octal 323 207 31 0 44 130 21 43 117 56
Binary 11010011 10000111 11001 0 100100 1011000 10001 100011 1001111 101110

Color Harmonies of #D38719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38719

Black with #D38719

Text Example


Text Example

White with #D38719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38719; }

 p { color: rgb(211,135,25); }

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

background-color css

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

 a { background-color: rgb(211,135,25); }

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

border-color css

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

 span { border-color: rgb(211,135,25); }

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