Html Css Color HEX #D4741A Ochre

📋 copy color: '#D4741A'

red 212 ◦ green 116 ◦ blue 26

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

Shades of Ochre #D4741A

Tints of Ochre #D4741A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

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

R = 59.89%
G = 32.77%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4741A (or 0xD4741A) is known color: Ochre. HEX triplet: D4, 74 and 1A. RGB value is (212,116,26). Sum of RGB (Red+Green+Blue) = 212+116+26=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4741A is #2B8BE5. Grayscale: #868686. Windows color (decimal): -2853862 or 1733844. OLE color: 1733844.

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

Color convert

RGB 212 116 26 -
CMYK 0 0.45 0.88 0.17
HSL 29.03º 0.78% 0.47% -
HSV(B) 29.03º 0.88% 0.83% -
XYZ 33.58 26.56 4.33 -
YUV 134.44 66.8 183.32 -
System Red Green Blue C M Y K H S L
Decimal 212 116 26 0 0.45 0.88 0.17 29.03 0.78 0.47
Hex D4 74 1A 0 2D 58 11 1D 4E 2F
Octal 324 164 32 0 55 130 21 35 116 57
Binary 11010100 1110100 11010 0 101101 1011000 10001 11101 1001110 101111

Color Harmonies of #D4741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4741A

Black with #D4741A

Text Example


Text Example

White with #D4741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4741A; }

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

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

background-color css

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

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

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

border-color css

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

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

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