Html Css Color HEX #D27E1D Ochre

📋 copy color: '#D27E1D'

red 210 ◦ green 126 ◦ blue 29

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

Shades of Ochre #D27E1D

Tints of Ochre #D27E1D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.52%

 BLUE value IS 29 (11.72% from 255) = 7.95%

R = 57.53%
G = 34.52%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D27E1D (or 0xD27E1D) is known color: Ochre. HEX triplet: D2, 7E and 1D. RGB value is (210,126,29). Sum of RGB (Red+Green+Blue) = 210+126+29=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27E1D is #2D81E2. Grayscale: #8C8C8C. Windows color (decimal): -2982371 or 1933010. OLE color: 1933010.

HSL color Cylindrical-coordinate representation of color #D27E1D: hue angle of 32.15º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D27E1D is Cyan = 0, Magento = 0.4, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 126 29 -
CMYK 0 0.4 0.86 0.18
HSL 32.15º 0.76% 0.47% -
HSV(B) 32.15º 0.86% 0.82% -
XYZ 34.26 28.71 4.9 -
YUV 140.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 210 126 29 0 0.4 0.86 0.18 32.15 0.76 0.47
Hex D2 7E 1D 0 28 56 12 20 4C 2F
Octal 322 176 35 0 50 126 22 40 114 57
Binary 11010010 1111110 11101 0 101000 1010110 10010 100000 1001100 101111

Color Harmonies of #D27E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27E1D

Black with #D27E1D

Text Example


Text Example

White with #D27E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27E1D; }

 p { color: rgb(210,126,29); }

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

background-color css

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

 a { background-color: rgb(210,126,29); }

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

border-color css

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

 span { border-color: rgb(210,126,29); }

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