Html Css Color HEX #D67C15 Ochre

📋 copy color: '#D67C15'

red 214 ◦ green 124 ◦ blue 21

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

Shades of Ochre #D67C15

Tints of Ochre #D67C15

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.54%

 BLUE value IS 21 (8.59% from 255) = 5.85%

R = 59.61%
G = 34.54%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D67C15 (or 0xD67C15) is known color: Ochre. HEX triplet: D6, 7C and 15. RGB value is (214,124,21). Sum of RGB (Red+Green+Blue) = 214+124+21=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67C15 is #2983EA. Grayscale: #8B8B8B. Windows color (decimal): -2720747 or 1408214. OLE color: 1408214.

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

Color convert

RGB 214 124 21 -
CMYK 0 0.42 0.90 0.16
HSL 32.02º 0.82% 0.46% -
HSV(B) 32.02º 0.9% 0.84% -
XYZ 35.07 28.77 4.41 -
YUV 139.17 61.32 181.38 -
System Red Green Blue C M Y K H S L
Decimal 214 124 21 0 0.42 0.90 0.16 32.02 0.82 0.46
Hex D6 7C 15 0 2A 5A 10 20 52 2E
Octal 326 174 25 0 52 132 20 40 122 56
Binary 11010110 1111100 10101 0 101010 1011010 10000 100000 1010010 101110

Color Harmonies of #D67C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C15

Black with #D67C15

Text Example


Text Example

White with #D67C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C15; }

 p { color: rgb(214,124,21); }

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

background-color css

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

 a { background-color: rgb(214,124,21); }

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

border-color css

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

 span { border-color: rgb(214,124,21); }

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