Html Css Color HEX #D48014 Ochre

📋 copy color: '#D48014'

red 212 ◦ green 128 ◦ blue 20

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

Shades of Ochre #D48014

Tints of Ochre #D48014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.56%

R = 58.89%
G = 35.56%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D48014 (or 0xD48014) is known color: Ochre. HEX triplet: D4, 80 and 14. RGB value is (212,128,20). Sum of RGB (Red+Green+Blue) = 212+128+20=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D48014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48014 is #2B7FEB. Grayscale: #8D8D8D. Windows color (decimal): -2850796 or 1343700. OLE color: 1343700.

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

Color convert

RGB 212 128 20 -
CMYK 0 0.40 0.91 0.17
HSL 33.75º 0.83% 0.45% -
HSV(B) 33.75º 0.91% 0.83% -
XYZ 35 29.49 4.51 -
YUV 140.8 59.83 178.78 -
System Red Green Blue C M Y K H S L
Decimal 212 128 20 0 0.40 0.91 0.17 33.75 0.83 0.45
Hex D4 80 14 0 28 5B 11 22 53 2D
Octal 324 200 24 0 50 133 21 42 123 55
Binary 11010100 10000000 10100 0 101000 1011011 10001 100010 1010011 101101

Color Harmonies of #D48014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48014

Black with #D48014

Text Example


Text Example

White with #D48014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48014; }

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

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

background-color css

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

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

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

border-color css

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

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

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