Html Css Color HEX #D27D1A Ochre

📋 copy color: '#D27D1A'

red 210 ◦ green 125 ◦ blue 26

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

Shades of Ochre #D27D1A

Tints of Ochre #D27D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 58.17%
G = 34.63%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D27D1A (or 0xD27D1A) is known color: Ochre. HEX triplet: D2, 7D and 1A. RGB value is (210,125,26). Sum of RGB (Red+Green+Blue) = 210+125+26=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27D1A is #2D82E5. Grayscale: #8B8B8B. Windows color (decimal): -2982630 or 1736146. OLE color: 1736146.

HSL color Cylindrical-coordinate representation of color #D27D1A: hue angle of 32.28º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D27D1A is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 125 26 -
CMYK 0 0.40 0.88 0.18
HSL 32.28º 0.78% 0.46% -
HSV(B) 32.28º 0.88% 0.82% -
XYZ 34.1 28.44 4.67 -
YUV 139.13 64.16 178.55 -
System Red Green Blue C M Y K H S L
Decimal 210 125 26 0 0.40 0.88 0.18 32.28 0.78 0.46
Hex D2 7D 1A 0 28 58 12 20 4E 2E
Octal 322 175 32 0 50 130 22 40 116 56
Binary 11010010 1111101 11010 0 101000 1011000 10010 100000 1001110 101110

Color Harmonies of #D27D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D1A

Black with #D27D1A

Text Example


Text Example

White with #D27D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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