Html Css Color HEX #D4801D Ochre

📋 copy color: '#D4801D'

red 212 ◦ green 128 ◦ blue 29

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

Shades of Ochre #D4801D

Tints of Ochre #D4801D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.86%

R = 57.45%
G = 34.69%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4801D (or 0xD4801D) is known color: Ochre. HEX triplet: D4, 80 and 1D. RGB value is (212,128,29). Sum of RGB (Red+Green+Blue) = 212+128+29=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4801D is #2B7FE2. Grayscale: #8E8E8E. Windows color (decimal): -2850787 or 1933524. OLE color: 1933524.

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

Color convert

RGB 212 128 29 -
CMYK 0 0.40 0.86 0.17
HSL 32.46º 0.76% 0.47% -
HSV(B) 32.46º 0.86% 0.83% -
XYZ 35.09 29.52 5.01 -
YUV 141.83 64.33 178.05 -
System Red Green Blue C M Y K H S L
Decimal 212 128 29 0 0.40 0.86 0.17 32.46 0.76 0.47
Hex D4 80 1D 0 28 56 11 20 4C 2F
Octal 324 200 35 0 50 126 21 40 114 57
Binary 11010100 10000000 11101 0 101000 1010110 10001 100000 1001100 101111

Color Harmonies of #D4801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4801D

Black with #D4801D

Text Example


Text Example

White with #D4801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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