Html Css Color HEX #D4781E Ochre

📋 copy color: '#D4781E'

red 212 ◦ green 120 ◦ blue 30

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

Shades of Ochre #D4781E

Tints of Ochre #D4781E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.29%

R = 58.56%
G = 33.15%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4781E (or 0xD4781E) is known color: Ochre. HEX triplet: D4, 78 and 1E. RGB value is (212,120,30). Sum of RGB (Red+Green+Blue) = 212+120+30=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D4781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4781E is #2B87E1. Grayscale: #898989. Windows color (decimal): -2852834 or 1997012. OLE color: 1997012.

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

Color convert

RGB 212 120 30 -
CMYK 0 0.43 0.86 0.17
HSL 29.67º 0.75% 0.47% -
HSV(B) 29.67º 0.86% 0.83% -
XYZ 34.1 27.52 4.74 -
YUV 137.25 67.48 181.32 -
System Red Green Blue C M Y K H S L
Decimal 212 120 30 0 0.43 0.86 0.17 29.67 0.75 0.47
Hex D4 78 1E 0 2B 56 11 1E 4B 2F
Octal 324 170 36 0 53 126 21 36 113 57
Binary 11010100 1111000 11110 0 101011 1010110 10001 11110 1001011 101111

Color Harmonies of #D4781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4781E

Black with #D4781E

Text Example


Text Example

White with #D4781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4781E; }

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

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

background-color css

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

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

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

border-color css

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

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

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