Html Css Color HEX #D27917 Ochre

📋 copy color: '#D27917'

red 210 ◦ green 121 ◦ blue 23

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

Shades of Ochre #D27917

Tints of Ochre #D27917

RGB

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

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

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

R = 59.32%
G = 34.18%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D27917 (or 0xD27917) is known color: Ochre. HEX triplet: D2, 79 and 17. RGB value is (210,121,23). Sum of RGB (Red+Green+Blue) = 210+121+23=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D27917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27917 is #2D86E8. Grayscale: #888888. Windows color (decimal): -2983657 or 1538514. OLE color: 1538514.

HSL color Cylindrical-coordinate representation of color #D27917: hue angle of 31.44º 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 #D27917 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 121 23 -
CMYK 0 0.42 0.89 0.18
HSL 31.44º 0.8% 0.46% -
HSV(B) 31.44º 0.89% 0.82% -
XYZ 33.57 27.44 4.34 -
YUV 136.44 63.99 180.47 -
System Red Green Blue C M Y K H S L
Decimal 210 121 23 0 0.42 0.89 0.18 31.44 0.8 0.46
Hex D2 79 17 0 2A 59 12 1F 50 2E
Octal 322 171 27 0 52 131 22 37 120 56
Binary 11010010 1111001 10111 0 101010 1011001 10010 11111 1010000 101110

Color Harmonies of #D27917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27917

Black with #D27917

Text Example


Text Example

White with #D27917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27917; }

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

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

background-color css

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

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

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

border-color css

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

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

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