Html Css Color HEX #D4781A Ochre

📋 copy color: '#D4781A'

red 212 ◦ green 120 ◦ blue 26

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

Shades of Ochre #D4781A

Tints of Ochre #D4781A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 59.22%
G = 33.52%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4781A (or 0xD4781A) is known color: Ochre. HEX triplet: D4, 78 and 1A. RGB value is (212,120,26). Sum of RGB (Red+Green+Blue) = 212+120+26=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4781A is #2B87E5. Grayscale: #898989. Windows color (decimal): -2852838 or 1734868. OLE color: 1734868.

HSL color Cylindrical-coordinate representation of color #D4781A: hue angle of 30.32º 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 #D4781A is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 120 26 -
CMYK 0 0.43 0.88 0.17
HSL 30.32º 0.78% 0.47% -
HSV(B) 30.32º 0.88% 0.83% -
XYZ 34.05 27.5 4.49 -
YUV 136.79 65.48 181.64 -
System Red Green Blue C M Y K H S L
Decimal 212 120 26 0 0.43 0.88 0.17 30.32 0.78 0.47
Hex D4 78 1A 0 2B 58 11 1E 4E 2F
Octal 324 170 32 0 53 130 21 36 116 57
Binary 11010100 1111000 11010 0 101011 1011000 10001 11110 1001110 101111

Color Harmonies of #D4781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4781A

Black with #D4781A

Text Example


Text Example

White with #D4781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4781A; }

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

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

background-color css

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

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

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

border-color css

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

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

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