Html Css Color HEX #D27C26 Ochre

📋 copy color: '#D27C26'

red 210 ◦ green 124 ◦ blue 38

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

Shades of Ochre #D27C26

Tints of Ochre #D27C26

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.33%

 BLUE value IS 38 (15.23% from 255) = 10.22%

R = 56.45%
G = 33.33%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D27C26 (or 0xD27C26) is known color: Ochre. HEX triplet: D2, 7C and 26. RGB value is (210,124,38). Sum of RGB (Red+Green+Blue) = 210+124+38=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C26 is #2D83D9. Grayscale: #8C8C8C. Windows color (decimal): -2982874 or 2522322. OLE color: 2522322.

HSL color Cylindrical-coordinate representation of color #D27C26: hue angle of 30º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D27C26 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 124 38 -
CMYK 0 0.41 0.82 0.18
HSL 30º 0.69% 0.49% -
HSV(B) 30º 0.82% 0.82% -
XYZ 34.14 28.26 5.49 -
YUV 139.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 210 124 38 0 0.41 0.82 0.18 30 0.69 0.49
Hex D2 7C 26 0 29 52 12 1E 45 31
Octal 322 174 46 0 51 122 22 36 105 61
Binary 11010010 1111100 100110 0 101001 1010010 10010 11110 1000101 110001

Color Harmonies of #D27C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C26

Black with #D27C26

Text Example


Text Example

White with #D27C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C26; }

 p { color: rgb(210,124,38); }

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

background-color css

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

 a { background-color: rgb(210,124,38); }

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

border-color css

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

 span { border-color: rgb(210,124,38); }

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