Html Css Color HEX #D48024 Ochre

📋 copy color: '#D48024'

red 212 ◦ green 128 ◦ blue 36

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

Shades of Ochre #D48024

Tints of Ochre #D48024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 36 (14.45% from 255) = 9.57%

R = 56.38%
G = 34.04%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D48024 (or 0xD48024) is known color: Ochre. HEX triplet: D4, 80 and 24. RGB value is (212,128,36). Sum of RGB (Red+Green+Blue) = 212+128+36=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D48024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48024 is #2B7FDB. Grayscale: #8F8F8F. Windows color (decimal): -2850780 or 2392276. OLE color: 2392276.

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

Color convert

RGB 212 128 36 -
CMYK 0 0.40 0.83 0.17
HSL 31.36º 0.71% 0.49% -
HSV(B) 31.36º 0.83% 0.83% -
XYZ 35.19 29.56 5.52 -
YUV 142.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 212 128 36 0 0.40 0.83 0.17 31.36 0.71 0.49
Hex D4 80 24 0 28 53 11 1F 47 31
Octal 324 200 44 0 50 123 21 37 107 61
Binary 11010100 10000000 100100 0 101000 1010011 10001 11111 1000111 110001

Color Harmonies of #D48024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48024

Black with #D48024

Text Example


Text Example

White with #D48024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48024; }

 p { color: rgb(212,128,36); }

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

background-color css

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

 a { background-color: rgb(212,128,36); }

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

border-color css

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

 span { border-color: rgb(212,128,36); }

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