Html Css Color HEX #D38010 Ochre

📋 copy color: '#D38010'

red 211 ◦ green 128 ◦ blue 16

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

Shades of Ochre #D38010

Tints of Ochre #D38010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 59.44%
G = 36.06%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D38010 (or 0xD38010) is known color: Ochre. HEX triplet: D3, 80 and 10. RGB value is (211,128,16). Sum of RGB (Red+Green+Blue) = 211+128+16=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D38010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38010 is #2C7FEF. Grayscale: #8C8C8C. Windows color (decimal): -2916336 or 1081555. OLE color: 1081555.

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

Color convert

RGB 211 128 16 -
CMYK 0 0.39 0.92 0.17
HSL 34.46º 0.86% 0.45% -
HSV(B) 34.46º 0.92% 0.83% -
XYZ 34.68 29.32 4.32 -
YUV 140.05 58 178.61 -
System Red Green Blue C M Y K H S L
Decimal 211 128 16 0 0.39 0.92 0.17 34.46 0.86 0.45
Hex D3 80 10 0 27 5C 11 22 56 2D
Octal 323 200 20 0 47 134 21 42 126 55
Binary 11010011 10000000 10000 0 100111 1011100 10001 100010 1010110 101101

Color Harmonies of #D38010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38010

Black with #D38010

Text Example


Text Example

White with #D38010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38010; }

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

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

background-color css

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

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

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

border-color css

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

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

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