Html Css Color HEX #D27415 Ochre

📋 copy color: '#D27415'

red 210 ◦ green 116 ◦ blue 21

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

Shades of Ochre #D27415

Tints of Ochre #D27415

RGB

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

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

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

R = 60.52%
G = 33.43%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D27415 (or 0xD27415) is known color: Ochre. HEX triplet: D2, 74 and 15. RGB value is (210,116,21). Sum of RGB (Red+Green+Blue) = 210+116+21=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D27415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27415 is #2D8BEA. Grayscale: #858585. Windows color (decimal): -2984939 or 1406162. OLE color: 1406162.

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

Color convert

RGB 210 116 21 -
CMYK 0 0.45 0.90 0.18
HSL 30.16º 0.82% 0.45% -
HSV(B) 30.16º 0.9% 0.82% -
XYZ 32.96 26.25 4.04 -
YUV 133.28 64.64 182.72 -
System Red Green Blue C M Y K H S L
Decimal 210 116 21 0 0.45 0.90 0.18 30.16 0.82 0.45
Hex D2 74 15 0 2D 5A 12 1E 52 2D
Octal 322 164 25 0 55 132 22 36 122 55
Binary 11010010 1110100 10101 0 101101 1011010 10010 11110 1010010 101101

Color Harmonies of #D27415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27415

Black with #D27415

Text Example


Text Example

White with #D27415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27415; }

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

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

background-color css

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

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

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

border-color css

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

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

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