Html Css Color HEX #D27F14 Ochre

📋 copy color: '#D27F14'

red 210 ◦ green 127 ◦ blue 20

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

Shades of Ochre #D27F14

Tints of Ochre #D27F14

RGB

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

 GREEN value IS 127 (50% from 255) = 35.57%

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 58.82%
G = 35.57%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D27F14 (or 0xD27F14) is known color: Ochre. HEX triplet: D2, 7F and 14. RGB value is (210,127,20). Sum of RGB (Red+Green+Blue) = 210+127+20=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27F14 is #2D80EB. Grayscale: #8C8C8C. Windows color (decimal): -2982124 or 1343442. OLE color: 1343442.

HSL color Cylindrical-coordinate representation of color #D27F14: hue angle of 33.79º degrees, saturation: 0.83, 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 #D27F14 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 127 20 -
CMYK 0 0.40 0.90 0.18
HSL 33.79º 0.83% 0.45% -
HSV(B) 33.79º 0.9% 0.82% -
XYZ 34.29 28.93 4.44 -
YUV 139.62 60.5 178.2 -
System Red Green Blue C M Y K H S L
Decimal 210 127 20 0 0.40 0.90 0.18 33.79 0.83 0.45
Hex D2 7F 14 0 28 5A 12 22 53 2D
Octal 322 177 24 0 50 132 22 42 123 55
Binary 11010010 1111111 10100 0 101000 1011010 10010 100010 1010011 101101

Color Harmonies of #D27F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F14

Black with #D27F14

Text Example


Text Example

White with #D27F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F14; }

 p { color: rgb(210,127,20); }

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

background-color css

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

 a { background-color: rgb(210,127,20); }

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

border-color css

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

 span { border-color: rgb(210,127,20); }

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