Html Css Color HEX #D4861B Ochre

📋 copy color: '#D4861B'

red 212 ◦ green 134 ◦ blue 27

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

Shades of Ochre #D4861B

Tints of Ochre #D4861B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

 BLUE value IS 27 (10.94% from 255) = 7.24%

R = 56.84%
G = 35.92%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4861B (or 0xD4861B) is known color: Ochre. HEX triplet: D4, 86 and 1B. RGB value is (212,134,27). Sum of RGB (Red+Green+Blue) = 212+134+27=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D4861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4861B is #2B79E4. Grayscale: #919191. Windows color (decimal): -2849253 or 1803988. OLE color: 1803988.

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

Color convert

RGB 212 134 27 -
CMYK 0 0.37 0.87 0.17
HSL 34.7º 0.77% 0.47% -
HSV(B) 34.7º 0.87% 0.83% -
XYZ 35.87 31.13 5.15 -
YUV 145.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 212 134 27 0 0.37 0.87 0.17 34.7 0.77 0.47
Hex D4 86 1B 0 25 57 11 23 4D 2F
Octal 324 206 33 0 45 127 21 43 115 57
Binary 11010100 10000110 11011 0 100101 1010111 10001 100011 1001101 101111

Color Harmonies of #D4861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4861B

Black with #D4861B

Text Example


Text Example

White with #D4861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4861B; }

 p { color: rgb(212,134,27); }

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

background-color css

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

 a { background-color: rgb(212,134,27); }

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

border-color css

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

 span { border-color: rgb(212,134,27); }

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