Html Css Color HEX #D38514 Ochre

📋 copy color: '#D38514'

red 211 ◦ green 133 ◦ blue 20

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

Shades of Ochre #D38514

Tints of Ochre #D38514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.54%

 BLUE value IS 20 (8.2% from 255) = 5.49%

R = 57.97%
G = 36.54%
B = 5.49%

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

#D38514 (or 0xD38514) is known color: Ochre. HEX triplet: D3, 85 and 14. RGB value is (211,133,20). Sum of RGB (Red+Green+Blue) = 211+133+20=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D38514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38514 is #2C7AEB. Grayscale: #8F8F8F. Windows color (decimal): -2915052 or 1344979. OLE color: 1344979.

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

Color convert

RGB 211 133 20 -
CMYK 0 0.37 0.91 0.17
HSL 35.5º 0.83% 0.45% -
HSV(B) 35.5º 0.91% 0.83% -
XYZ 35.38 30.67 4.72 -
YUV 143.44 58.34 176.19 -
System Red Green Blue C M Y K H S L
Decimal 211 133 20 0 0.37 0.91 0.17 35.5 0.83 0.45
Hex D3 85 14 0 25 5B 11 23 53 2D
Octal 323 205 24 0 45 133 21 43 123 55
Binary 11010011 10000101 10100 0 100101 1011011 10001 100011 1010011 101101

Color Harmonies of #D38514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38514

Black with #D38514

Text Example


Text Example

White with #D38514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38514; }

 p { color: rgb(211,133,20); }

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

background-color css

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

 a { background-color: rgb(211,133,20); }

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

border-color css

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

 span { border-color: rgb(211,133,20); }

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