Html Css Color HEX #D4791D Ochre

📋 copy color: '#D4791D'

red 212 ◦ green 121 ◦ blue 29

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

Shades of Ochre #D4791D

Tints of Ochre #D4791D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.43%

 BLUE value IS 29 (11.72% from 255) = 8.01%

R = 58.56%
G = 33.43%
B = 8.01%

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

#D4791D (or 0xD4791D) is known color: Ochre. HEX triplet: D4, 79 and 1D. RGB value is (212,121,29). Sum of RGB (Red+Green+Blue) = 212+121+29=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D4791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4791D is #2B86E2. Grayscale: #8A8A8A. Windows color (decimal): -2852579 or 1931732. OLE color: 1931732.

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

Color convert

RGB 212 121 29 -
CMYK 0 0.43 0.86 0.17
HSL 30.16º 0.76% 0.47% -
HSV(B) 30.16º 0.86% 0.83% -
XYZ 34.21 27.76 4.72 -
YUV 137.72 66.65 180.98 -
System Red Green Blue C M Y K H S L
Decimal 212 121 29 0 0.43 0.86 0.17 30.16 0.76 0.47
Hex D4 79 1D 0 2B 56 11 1E 4C 2F
Octal 324 171 35 0 53 126 21 36 114 57
Binary 11010100 1111001 11101 0 101011 1010110 10001 11110 1001100 101111

Color Harmonies of #D4791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4791D

Black with #D4791D

Text Example


Text Example

White with #D4791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4791D; }

 p { color: rgb(212,121,29); }

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

background-color css

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

 a { background-color: rgb(212,121,29); }

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

border-color css

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

 span { border-color: rgb(212,121,29); }

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