Html Css Color HEX #D27E0C Ochre

📋 copy color: '#D27E0C'

red 210 ◦ green 126 ◦ blue 12

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

Shades of Ochre #D27E0C

Tints of Ochre #D27E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.45%

R = 60.34%
G = 36.21%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D27E0C (or 0xD27E0C) is known color: Ochre. HEX triplet: D2, 7E and 0C. RGB value is (210,126,12). Sum of RGB (Red+Green+Blue) = 210+126+12=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27E0C is #2D81F3. Grayscale: #8A8A8A. Windows color (decimal): -2982388 or 818898. OLE color: 818898.

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

Color convert

RGB 210 126 12 -
CMYK 0 0.4 0.94 0.18
HSL 34.55º 0.89% 0.44% -
HSV(B) 34.55º 0.94% 0.82% -
XYZ 34.11 28.65 4.08 -
YUV 138.12 56.83 179.27 -
System Red Green Blue C M Y K H S L
Decimal 210 126 12 0 0.4 0.94 0.18 34.55 0.89 0.44
Hex D2 7E C 0 28 5E 12 23 59 2C
Octal 322 176 14 0 50 136 22 43 131 54
Binary 11010010 1111110 1100 0 101000 1011110 10010 100011 1011001 101100

Color Harmonies of #D27E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27E0C

Black with #D27E0C

Text Example


Text Example

White with #D27E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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