Html Css Color HEX #D4851A Ochre

📋 copy color: '#D4851A'

red 212 ◦ green 133 ◦ blue 26

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

Shades of Ochre #D4851A

Tints of Ochre #D4851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

 BLUE value IS 26 (10.55% from 255) = 7.01%

R = 57.14%
G = 35.85%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4851A (or 0xD4851A) is known color: Ochre. HEX triplet: D4, 85 and 1A. RGB value is (212,133,26). Sum of RGB (Red+Green+Blue) = 212+133+26=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4851A is #2B7AE5. Grayscale: #909090. Windows color (decimal): -2849510 or 1738196. OLE color: 1738196.

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

Color convert

RGB 212 133 26 -
CMYK 0 0.37 0.88 0.17
HSL 34.52º 0.78% 0.47% -
HSV(B) 34.52º 0.88% 0.83% -
XYZ 35.73 30.85 5.05 -
YUV 144.42 61.17 176.2 -
System Red Green Blue C M Y K H S L
Decimal 212 133 26 0 0.37 0.88 0.17 34.52 0.78 0.47
Hex D4 85 1A 0 25 58 11 23 4E 2F
Octal 324 205 32 0 45 130 21 43 116 57
Binary 11010100 10000101 11010 0 100101 1011000 10001 100011 1001110 101111

Color Harmonies of #D4851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4851A

Black with #D4851A

Text Example


Text Example

White with #D4851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4851A; }

 p { color: rgb(212,133,26); }

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

background-color css

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

 a { background-color: rgb(212,133,26); }

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

border-color css

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

 span { border-color: rgb(212,133,26); }

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