Html Css Color HEX #D67515 Ochre

📋 copy color: '#D67515'

red 214 ◦ green 117 ◦ blue 21

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

Shades of Ochre #D67515

Tints of Ochre #D67515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

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

R = 60.8%
G = 33.24%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D67515 (or 0xD67515) is known color: Ochre. HEX triplet: D6, 75 and 15. RGB value is (214,117,21). Sum of RGB (Red+Green+Blue) = 214+117+21=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D67515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67515 is #298AEA. Grayscale: #878787. Windows color (decimal): -2722539 or 1406422. OLE color: 1406422.

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

Color convert

RGB 214 117 21 -
CMYK 0 0.45 0.90 0.16
HSL 29.84º 0.82% 0.46% -
HSV(B) 29.84º 0.9% 0.84% -
XYZ 34.23 27.07 4.13 -
YUV 135.06 63.64 184.31 -
System Red Green Blue C M Y K H S L
Decimal 214 117 21 0 0.45 0.90 0.16 29.84 0.82 0.46
Hex D6 75 15 0 2D 5A 10 1E 52 2E
Octal 326 165 25 0 55 132 20 36 122 56
Binary 11010110 1110101 10101 0 101101 1011010 10000 11110 1010010 101110

Color Harmonies of #D67515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67515

Black with #D67515

Text Example


Text Example

White with #D67515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67515; }

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

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

background-color css

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

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

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

border-color css

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

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

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