Html Css Color HEX #D0943E Anzac

📋 copy color: '#D0943E'

red 208 ◦ green 148 ◦ blue 62

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

Shades of Anzac #D0943E

Tints of Anzac #D0943E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.41%

 BLUE value IS 62 (24.61% from 255) = 14.83%

R = 49.76%
G = 35.41%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0943E (or 0xD0943E) is known color: Anzac. HEX triplet: D0, 94 and 3E. RGB value is (208,148,62). Sum of RGB (Red+Green+Blue) = 208+148+62=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0943E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0943E is #2F6BC1. Grayscale: #9C9C9C. Windows color (decimal): -3107778 or 4101328. OLE color: 4101328.

HSL color Cylindrical-coordinate representation of color #D0943E: hue angle of 35.34º 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 #D0943E is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 62 -
CMYK 0 0.29 0.70 0.18
HSL 35.34º 0.61% 0.53% -
HSV(B) 35.34º 0.7% 0.82% -
XYZ 37.47 34.94 9.33 -
YUV 156.14 74.88 164.99 -
System Red Green Blue C M Y K H S L
Decimal 208 148 62 0 0.29 0.70 0.18 35.34 0.61 0.53
Hex D0 94 3E 0 1D 46 12 23 3D 35
Octal 320 224 76 0 35 106 22 43 75 65
Binary 11010000 10010100 111110 0 11101 1000110 10010 100011 111101 110101

Color Harmonies of #D0943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0943E

Black with #D0943E

Text Example


Text Example

White with #D0943E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0943E; }

 p { color: rgb(208,148,62); }

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

background-color css

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

 a { background-color: rgb(208,148,62); }

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

border-color css

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

 span { border-color: rgb(208,148,62); }

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