Html Css Color HEX #D27C25 Ochre

📋 copy color: '#D27C25'

red 210 ◦ green 124 ◦ blue 37

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

Shades of Ochre #D27C25

Tints of Ochre #D27C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.97%

R = 56.6%
G = 33.42%
B = 9.97%

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

#D27C25 (or 0xD27C25) is known color: Ochre. HEX triplet: D2, 7C and 25. RGB value is (210,124,37). Sum of RGB (Red+Green+Blue) = 210+124+37=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C25 is #2D83DA. Grayscale: #8C8C8C. Windows color (decimal): -2982875 or 2456786. OLE color: 2456786.

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

Color convert

RGB 210 124 37 -
CMYK 0 0.41 0.82 0.18
HSL 30.17º 0.7% 0.48% -
HSV(B) 30.17º 0.82% 0.82% -
XYZ 34.12 28.25 5.4 -
YUV 139.8 69.99 178.07 -
System Red Green Blue C M Y K H S L
Decimal 210 124 37 0 0.41 0.82 0.18 30.17 0.7 0.48
Hex D2 7C 25 0 29 52 12 1E 46 30
Octal 322 174 45 0 51 122 22 36 106 60
Binary 11010010 1111100 100101 0 101001 1010010 10010 11110 1000110 110000

Color Harmonies of #D27C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C25

Black with #D27C25

Text Example


Text Example

White with #D27C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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