Html Css Color HEX #D67D10 Ochre

📋 copy color: '#D67D10'

red 214 ◦ green 125 ◦ blue 16

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

Shades of Ochre #D67D10

Tints of Ochre #D67D10

RGB

 RED value IS 214 (83.98% from 255) = 60.28%

 GREEN value IS 125 (49.22% from 255) = 35.21%

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

R = 60.28%
G = 35.21%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D67D10 (or 0xD67D10) is known color: Ochre. HEX triplet: D6, 7D and 10. RGB value is (214,125,16). Sum of RGB (Red+Green+Blue) = 214+125+16=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67D10 is #2982EF. Grayscale: #8B8B8B. Windows color (decimal): -2720496 or 1080790. OLE color: 1080790.

HSL color Cylindrical-coordinate representation of color #D67D10: hue angle of 33.03º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D67D10 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 125 16 -
CMYK 0 0.42 0.93 0.16
HSL 33.03º 0.86% 0.45% -
HSV(B) 33.03º 0.93% 0.84% -
XYZ 35.16 29 4.23 -
YUV 139.19 58.49 181.36 -
System Red Green Blue C M Y K H S L
Decimal 214 125 16 0 0.42 0.93 0.16 33.03 0.86 0.45
Hex D6 7D 10 0 2A 5D 10 21 56 2D
Octal 326 175 20 0 52 135 20 41 126 55
Binary 11010110 1111101 10000 0 101010 1011101 10000 100001 1010110 101101

Color Harmonies of #D67D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D10

Black with #D67D10

Text Example


Text Example

White with #D67D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D10; }

 p { color: rgb(214,125,16); }

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

background-color css

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

 a { background-color: rgb(214,125,16); }

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

border-color css

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

 span { border-color: rgb(214,125,16); }

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