Html Css Color HEX #D27D1D Ochre

📋 copy color: '#D27D1D'

red 210 ◦ green 125 ◦ blue 29

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

Shades of Ochre #D27D1D

Tints of Ochre #D27D1D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

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

R = 57.69%
G = 34.34%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D27D1D (or 0xD27D1D) is known color: Ochre. HEX triplet: D2, 7D and 1D. RGB value is (210,125,29). Sum of RGB (Red+Green+Blue) = 210+125+29=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27D1D is #2D82E2. Grayscale: #8B8B8B. Windows color (decimal): -2982627 or 1932754. OLE color: 1932754.

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

Color convert

RGB 210 125 29 -
CMYK 0 0.40 0.86 0.18
HSL 31.82º 0.76% 0.47% -
HSV(B) 31.82º 0.86% 0.82% -
XYZ 34.13 28.46 4.86 -
YUV 139.47 65.66 178.31 -
System Red Green Blue C M Y K H S L
Decimal 210 125 29 0 0.40 0.86 0.18 31.82 0.76 0.47
Hex D2 7D 1D 0 28 56 12 20 4C 2F
Octal 322 175 35 0 50 126 22 40 114 57
Binary 11010010 1111101 11101 0 101000 1010110 10010 100000 1001100 101111

Color Harmonies of #D27D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D1D

Black with #D27D1D

Text Example


Text Example

White with #D27D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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