Html Css Color HEX #D48223 Ochre

📋 copy color: '#D48223'

red 212 ◦ green 130 ◦ blue 35

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

Shades of Ochre #D48223

Tints of Ochre #D48223

RGB

 RED value IS 212 (83.2% from 255) = 56.23%

 GREEN value IS 130 (51.17% from 255) = 34.48%

 BLUE value IS 35 (14.06% from 255) = 9.28%

R = 56.23%
G = 34.48%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D48223 (or 0xD48223) is known color: Ochre. HEX triplet: D4, 82 and 23. RGB value is (212,130,35). Sum of RGB (Red+Green+Blue) = 212+130+35=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D48223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48223 is #2B7DDC. Grayscale: #909090. Windows color (decimal): -2850269 or 2327252. OLE color: 2327252.

HSL color Cylindrical-coordinate representation of color #D48223: hue angle of 32.2º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D48223 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 130 35 -
CMYK 0 0.39 0.83 0.17
HSL 32.2º 0.72% 0.48% -
HSV(B) 32.2º 0.83% 0.83% -
XYZ 35.44 30.08 5.53 -
YUV 143.69 66.67 176.72 -
System Red Green Blue C M Y K H S L
Decimal 212 130 35 0 0.39 0.83 0.17 32.2 0.72 0.48
Hex D4 82 23 0 27 53 11 20 48 30
Octal 324 202 43 0 47 123 21 40 110 60
Binary 11010100 10000010 100011 0 100111 1010011 10001 100000 1001000 110000

Color Harmonies of #D48223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48223

Black with #D48223

Text Example


Text Example

White with #D48223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48223; }

 p { color: rgb(212,130,35); }

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

background-color css

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

 a { background-color: rgb(212,130,35); }

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

border-color css

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

 span { border-color: rgb(212,130,35); }

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