Html Css Color HEX #D0934C Anzac

📋 copy color: '#D0934C'

red 208 ◦ green 147 ◦ blue 76

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

Shades of Anzac #D0934C

Tints of Anzac #D0934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.11%

 BLUE value IS 76 (30.08% from 255) = 17.63%

R = 48.26%
G = 34.11%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0934C (or 0xD0934C) is known color: Anzac. HEX triplet: D0, 93 and 4C. RGB value is (208,147,76). Sum of RGB (Red+Green+Blue) = 208+147+76=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0934C is #2F6CB3. Grayscale: #9D9D9D. Windows color (decimal): -3108020 or 5018576. OLE color: 5018576.

HSL color Cylindrical-coordinate representation of color #D0934C: hue angle of 32.27º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0934C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 76 -
CMYK 0 0.29 0.63 0.18
HSL 32.27º 0.58% 0.56% -
HSV(B) 32.27º 0.63% 0.82% -
XYZ 37.75 34.8 11.56 -
YUV 157.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 208 147 76 0 0.29 0.63 0.18 32.27 0.58 0.56
Hex D0 93 4C 0 1D 3F 12 20 3A 38
Octal 320 223 114 0 35 77 22 40 72 70
Binary 11010000 10010011 1001100 0 11101 111111 10010 100000 111010 111000

Color Harmonies of #D0934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0934C

Black with #D0934C

Text Example


Text Example

White with #D0934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0934C; }

 p { color: rgb(208,147,76); }

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

background-color css

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

 a { background-color: rgb(208,147,76); }

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

border-color css

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

 span { border-color: rgb(208,147,76); }

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