Html Css Color HEX #D37A10 Ochre

📋 copy color: '#D37A10'

red 211 ◦ green 122 ◦ blue 16

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

Shades of Ochre #D37A10

Tints of Ochre #D37A10

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.96%

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

R = 60.46%
G = 34.96%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D37A10 (or 0xD37A10) is known color: Ochre. HEX triplet: D3, 7A and 10. RGB value is (211,122,16). Sum of RGB (Red+Green+Blue) = 211+122+16=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37A10 is #2C85EF. Grayscale: #898989. Windows color (decimal): -2917872 or 1080019. OLE color: 1080019.

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

Color convert

RGB 211 122 16 -
CMYK 0 0.42 0.92 0.17
HSL 32.62º 0.86% 0.45% -
HSV(B) 32.62º 0.92% 0.83% -
XYZ 33.92 27.81 4.07 -
YUV 136.53 59.99 181.12 -
System Red Green Blue C M Y K H S L
Decimal 211 122 16 0 0.42 0.92 0.17 32.62 0.86 0.45
Hex D3 7A 10 0 2A 5C 11 21 56 2D
Octal 323 172 20 0 52 134 21 41 126 55
Binary 11010011 1111010 10000 0 101010 1011100 10001 100001 1010110 101101

Color Harmonies of #D37A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37A10

Black with #D37A10

Text Example


Text Example

White with #D37A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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