Html Css Color HEX #D0772B Ochre

📋 copy color: '#D0772B'

red 208 ◦ green 119 ◦ blue 43

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

Shades of Ochre #D0772B

Tints of Ochre #D0772B

RGB

 RED value IS 208 (81.64% from 255) = 56.22%

 GREEN value IS 119 (46.88% from 255) = 32.16%

 BLUE value IS 43 (17.19% from 255) = 11.62%

R = 56.22%
G = 32.16%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0772B (or 0xD0772B) is known color: Ochre. HEX triplet: D0, 77 and 2B. RGB value is (208,119,43). Sum of RGB (Red+Green+Blue) = 208+119+43=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0772B is #2F88D4. Grayscale: #898989. Windows color (decimal): -3115221 or 2848720. OLE color: 2848720.

HSL color Cylindrical-coordinate representation of color #D0772B: hue angle of 27.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0772B is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 43 -
CMYK 0 0.43 0.79 0.18
HSL 27.64º 0.66% 0.49% -
HSV(B) 27.64º 0.79% 0.82% -
XYZ 33.05 26.78 5.71 -
YUV 136.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 208 119 43 0 0.43 0.79 0.18 27.64 0.66 0.49
Hex D0 77 2B 0 2B 4F 12 1C 42 31
Octal 320 167 53 0 53 117 22 34 102 61
Binary 11010000 1110111 101011 0 101011 1001111 10010 11100 1000010 110001

Color Harmonies of #D0772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0772B

Black with #D0772B

Text Example


Text Example

White with #D0772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0772B; }

 p { color: rgb(208,119,43); }

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

background-color css

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

 a { background-color: rgb(208,119,43); }

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

border-color css

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

 span { border-color: rgb(208,119,43); }

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