Html Css Color HEX #D0903F Anzac

📋 copy color: '#D0903F'

red 208 ◦ green 144 ◦ blue 63

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

Shades of Anzac #D0903F

Tints of Anzac #D0903F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.7%

 BLUE value IS 63 (25% from 255) = 15.18%

R = 50.12%
G = 34.7%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0903F (or 0xD0903F) is known color: Anzac. HEX triplet: D0, 90 and 3F. RGB value is (208,144,63). Sum of RGB (Red+Green+Blue) = 208+144+63=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0903F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0903F is #2F6FC0. Grayscale: #9A9A9A. Windows color (decimal): -3108801 or 4165840. OLE color: 4165840.

HSL color Cylindrical-coordinate representation of color #D0903F: hue angle of 33.52º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0903F is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 144 63 -
CMYK 0 0.31 0.70 0.18
HSL 33.52º 0.61% 0.53% -
HSV(B) 33.52º 0.7% 0.82% -
XYZ 36.88 33.72 9.27 -
YUV 153.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 208 144 63 0 0.31 0.70 0.18 33.52 0.61 0.53
Hex D0 90 3F 0 1F 46 12 22 3D 35
Octal 320 220 77 0 37 106 22 42 75 65
Binary 11010000 10010000 111111 0 11111 1000110 10010 100010 111101 110101

Color Harmonies of #D0903F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0903F

Black with #D0903F

Text Example


Text Example

White with #D0903F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0903F; }

 p { color: rgb(208,144,63); }

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

background-color css

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

 a { background-color: rgb(208,144,63); }

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

border-color css

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

 span { border-color: rgb(208,144,63); }

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