Html Css Color HEX #D4821D Ochre

📋 copy color: '#D4821D'

red 212 ◦ green 130 ◦ blue 29

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

Shades of Ochre #D4821D

Tints of Ochre #D4821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

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

R = 57.14%
G = 35.04%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4821D (or 0xD4821D) is known color: Ochre. HEX triplet: D4, 82 and 1D. RGB value is (212,130,29). Sum of RGB (Red+Green+Blue) = 212+130+29=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4821D is #2B7DE2. Grayscale: #8F8F8F. Windows color (decimal): -2850275 or 1934036. OLE color: 1934036.

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

Color convert

RGB 212 130 29 -
CMYK 0 0.39 0.86 0.17
HSL 33.11º 0.76% 0.47% -
HSV(B) 33.11º 0.86% 0.83% -
XYZ 35.36 30.05 5.1 -
YUV 143 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 212 130 29 0 0.39 0.86 0.17 33.11 0.76 0.47
Hex D4 82 1D 0 27 56 11 21 4C 2F
Octal 324 202 35 0 47 126 21 41 114 57
Binary 11010100 10000010 11101 0 100111 1010110 10001 100001 1001100 101111

Color Harmonies of #D4821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4821D

Black with #D4821D

Text Example


Text Example

White with #D4821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4821D; }

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

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

background-color css

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

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

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

border-color css

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

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

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