Html Css Color HEX #D27713 Ochre

📋 copy color: '#D27713'

red 210 ◦ green 119 ◦ blue 19

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

Shades of Ochre #D27713

Tints of Ochre #D27713

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.2%

 BLUE value IS 19 (7.81% from 255) = 5.46%

R = 60.34%
G = 34.2%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D27713 (or 0xD27713) is known color: Ochre. HEX triplet: D2, 77 and 13. RGB value is (210,119,19). Sum of RGB (Red+Green+Blue) = 210+119+19=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D27713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27713 is #2D88EC. Grayscale: #878787. Windows color (decimal): -2984173 or 1275858. OLE color: 1275858.

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

Color convert

RGB 210 119 19 -
CMYK 0 0.43 0.91 0.18
HSL 31.41º 0.83% 0.45% -
HSV(B) 31.41º 0.91% 0.82% -
XYZ 33.29 26.94 4.06 -
YUV 134.81 62.65 181.63 -
System Red Green Blue C M Y K H S L
Decimal 210 119 19 0 0.43 0.91 0.18 31.41 0.83 0.45
Hex D2 77 13 0 2B 5B 12 1F 53 2D
Octal 322 167 23 0 53 133 22 37 123 55
Binary 11010010 1110111 10011 0 101011 1011011 10010 11111 1010011 101101

Color Harmonies of #D27713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27713

Black with #D27713

Text Example


Text Example

White with #D27713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27713; }

 p { color: rgb(210,119,19); }

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

background-color css

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

 a { background-color: rgb(210,119,19); }

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

border-color css

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

 span { border-color: rgb(210,119,19); }

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