Html Css Color HEX #D4820B Ochre

📋 copy color: '#D4820B'

red 212 ◦ green 130 ◦ blue 11

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

Shades of Ochre #D4820B

Tints of Ochre #D4820B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.12%

R = 60.06%
G = 36.83%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4820B (or 0xD4820B) is known color: Ochre. HEX triplet: D4, 82 and 0B. RGB value is (212,130,11). Sum of RGB (Red+Green+Blue) = 212+130+11=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4820B is #2B7DF4. Grayscale: #8D8D8D. Windows color (decimal): -2850293 or 754388. OLE color: 754388.

HSL color Cylindrical-coordinate representation of color #D4820B: hue angle of 35.52º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4820B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 130 11 -
CMYK 0 0.39 0.95 0.17
HSL 35.52º 0.9% 0.44% -
HSV(B) 35.52º 0.95% 0.83% -
XYZ 35.19 29.99 4.25 -
YUV 140.95 54.67 178.68 -
System Red Green Blue C M Y K H S L
Decimal 212 130 11 0 0.39 0.95 0.17 35.52 0.9 0.44
Hex D4 82 B 0 27 5F 11 24 5A 2C
Octal 324 202 13 0 47 137 21 44 132 54
Binary 11010100 10000010 1011 0 100111 1011111 10001 100100 1011010 101100

Color Harmonies of #D4820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4820B

Black with #D4820B

Text Example


Text Example

White with #D4820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4820B; }

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

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

background-color css

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

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

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

border-color css

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

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

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