Html Css Color HEX #D09740 Anzac

📋 copy color: '#D09740'

red 208 ◦ green 151 ◦ blue 64

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

Shades of Anzac #D09740

Tints of Anzac #D09740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.7%

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 49.17%
G = 35.7%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D09740 (or 0xD09740) is known color: Anzac. HEX triplet: D0, 97 and 40. RGB value is (208,151,64). Sum of RGB (Red+Green+Blue) = 208+151+64=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D09740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09740 is #2F68BF. Grayscale: #9E9E9E. Windows color (decimal): -3107008 or 4233168. OLE color: 4233168.

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

Color convert

RGB 208 151 64 -
CMYK 0 0.27 0.69 0.18
HSL 36.25º 0.61% 0.53% -
HSV(B) 36.25º 0.69% 0.82% -
XYZ 38 35.91 9.78 -
YUV 158.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 208 151 64 0 0.27 0.69 0.18 36.25 0.61 0.53
Hex D0 97 40 0 1B 45 12 24 3D 35
Octal 320 227 100 0 33 105 22 44 75 65
Binary 11010000 10010111 1000000 0 11011 1000101 10010 100100 111101 110101

Color Harmonies of #D09740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09740

Black with #D09740

Text Example


Text Example

White with #D09740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09740; }

 p { color: rgb(208,151,64); }

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

background-color css

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

 a { background-color: rgb(208,151,64); }

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

border-color css

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

 span { border-color: rgb(208,151,64); }

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