Html Css Color HEX #D67D12 Ochre

📋 copy color: '#D67D12'

red 214 ◦ green 125 ◦ blue 18

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

Shades of Ochre #D67D12

Tints of Ochre #D67D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.04%

R = 59.94%
G = 35.01%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D67D12 (or 0xD67D12) is known color: Ochre. HEX triplet: D6, 7D and 12. RGB value is (214,125,18). Sum of RGB (Red+Green+Blue) = 214+125+18=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67D12 is #2982ED. Grayscale: #8B8B8B. Windows color (decimal): -2720494 or 1211862. OLE color: 1211862.

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

Color convert

RGB 214 125 18 -
CMYK 0 0.42 0.92 0.16
HSL 32.76º 0.84% 0.45% -
HSV(B) 32.76º 0.92% 0.84% -
XYZ 35.17 29.01 4.32 -
YUV 139.41 59.49 181.2 -
System Red Green Blue C M Y K H S L
Decimal 214 125 18 0 0.42 0.92 0.16 32.76 0.84 0.45
Hex D6 7D 12 0 2A 5C 10 21 54 2D
Octal 326 175 22 0 52 134 20 41 124 55
Binary 11010110 1111101 10010 0 101010 1011100 10000 100001 1010100 101101

Color Harmonies of #D67D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D12

Black with #D67D12

Text Example


Text Example

White with #D67D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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