Html Css Color HEX #D67915 Ochre

📋 copy color: '#D67915'

red 214 ◦ green 121 ◦ blue 21

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

Shades of Ochre #D67915

Tints of Ochre #D67915

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

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

R = 60.11%
G = 33.99%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D67915 (or 0xD67915) is known color: Ochre. HEX triplet: D6, 79 and 15. RGB value is (214,121,21). Sum of RGB (Red+Green+Blue) = 214+121+21=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D67915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67915 is #2986EA. Grayscale: #898989. Windows color (decimal): -2721515 or 1407446. OLE color: 1407446.

HSL color Cylindrical-coordinate representation of color #D67915: hue angle of 31.09º 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 #D67915 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 21 -
CMYK 0 0.43 0.90 0.16
HSL 31.09º 0.82% 0.46% -
HSV(B) 31.09º 0.9% 0.84% -
XYZ 34.7 28.03 4.29 -
YUV 137.41 62.31 182.63 -
System Red Green Blue C M Y K H S L
Decimal 214 121 21 0 0.43 0.90 0.16 31.09 0.82 0.46
Hex D6 79 15 0 2B 5A 10 1F 52 2E
Octal 326 171 25 0 53 132 20 37 122 56
Binary 11010110 1111001 10101 0 101011 1011010 10000 11111 1010010 101110

Color Harmonies of #D67915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67915

Black with #D67915

Text Example


Text Example

White with #D67915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67915; }

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

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

background-color css

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

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

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

border-color css

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

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

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