Html Css Color HEX #D38013 Ochre

📋 copy color: '#D38013'

red 211 ◦ green 128 ◦ blue 19

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

Shades of Ochre #D38013

Tints of Ochre #D38013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

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

R = 58.94%
G = 35.75%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D38013 (or 0xD38013) is known color: Ochre. HEX triplet: D3, 80 and 13. RGB value is (211,128,19). Sum of RGB (Red+Green+Blue) = 211+128+19=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D38013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38013 is #2C7FEC. Grayscale: #8C8C8C. Windows color (decimal): -2916333 or 1278163. OLE color: 1278163.

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

Color convert

RGB 211 128 19 -
CMYK 0 0.39 0.91 0.17
HSL 34.06º 0.83% 0.45% -
HSV(B) 34.06º 0.91% 0.83% -
XYZ 34.7 29.33 4.45 -
YUV 140.39 59.5 178.36 -
System Red Green Blue C M Y K H S L
Decimal 211 128 19 0 0.39 0.91 0.17 34.06 0.83 0.45
Hex D3 80 13 0 27 5B 11 22 53 2D
Octal 323 200 23 0 47 133 21 42 123 55
Binary 11010011 10000000 10011 0 100111 1011011 10001 100010 1010011 101101

Color Harmonies of #D38013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38013

Black with #D38013

Text Example


Text Example

White with #D38013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38013; }

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

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

background-color css

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

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

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

border-color css

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

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

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