Html Css Color HEX #D4761A Ochre

📋 copy color: '#D4761A'

red 212 ◦ green 118 ◦ blue 26

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

Shades of Ochre #D4761A

Tints of Ochre #D4761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

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

R = 59.55%
G = 33.15%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4761A (or 0xD4761A) is known color: Ochre. HEX triplet: D4, 76 and 1A. RGB value is (212,118,26). Sum of RGB (Red+Green+Blue) = 212+118+26=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4761A is #2B89E5. Grayscale: #888888. Windows color (decimal): -2853350 or 1734356. OLE color: 1734356.

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

Color convert

RGB 212 118 26 -
CMYK 0 0.44 0.88 0.17
HSL 29.68º 0.78% 0.47% -
HSV(B) 29.68º 0.88% 0.83% -
XYZ 33.82 27.03 4.41 -
YUV 135.62 66.14 182.48 -
System Red Green Blue C M Y K H S L
Decimal 212 118 26 0 0.44 0.88 0.17 29.68 0.78 0.47
Hex D4 76 1A 0 2C 58 11 1E 4E 2F
Octal 324 166 32 0 54 130 21 36 116 57
Binary 11010100 1110110 11010 0 101100 1011000 10001 11110 1001110 101111

Color Harmonies of #D4761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4761A

Black with #D4761A

Text Example


Text Example

White with #D4761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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