Html Css Color HEX #D27417 Ochre

📋 copy color: '#D27417'

red 210 ◦ green 116 ◦ blue 23

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

Shades of Ochre #D27417

Tints of Ochre #D27417

RGB

 RED value IS 210 (82.42% from 255) = 60.17%

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 23 (9.38% from 255) = 6.59%

R = 60.17%
G = 33.24%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D27417 (or 0xD27417) is known color: Ochre. HEX triplet: D2, 74 and 17. RGB value is (210,116,23). Sum of RGB (Red+Green+Blue) = 210+116+23=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D27417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27417 is #2D8BE8. Grayscale: #858585. Windows color (decimal): -2984937 or 1537234. OLE color: 1537234.

HSL color Cylindrical-coordinate representation of color #D27417: hue angle of 29.84º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D27417 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 116 23 -
CMYK 0 0.45 0.89 0.18
HSL 29.84º 0.8% 0.46% -
HSV(B) 29.84º 0.89% 0.82% -
XYZ 32.98 26.25 4.14 -
YUV 133.5 65.64 182.56 -
System Red Green Blue C M Y K H S L
Decimal 210 116 23 0 0.45 0.89 0.18 29.84 0.8 0.46
Hex D2 74 17 0 2D 59 12 1E 50 2E
Octal 322 164 27 0 55 131 22 36 120 56
Binary 11010010 1110100 10111 0 101101 1011001 10010 11110 1010000 101110

Color Harmonies of #D27417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27417

Black with #D27417

Text Example


Text Example

White with #D27417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27417; }

 p { color: rgb(210,116,23); }

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

background-color css

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

 a { background-color: rgb(210,116,23); }

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

border-color css

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

 span { border-color: rgb(210,116,23); }

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