Html Css Color HEX #D09648 Anzac

📋 copy color: '#D09648'

red 208 ◦ green 150 ◦ blue 72

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

Shades of Anzac #D09648

Tints of Anzac #D09648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.88%

 BLUE value IS 72 (28.52% from 255) = 16.74%

R = 48.37%
G = 34.88%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D09648 (or 0xD09648) is known color: Anzac. HEX triplet: D0, 96 and 48. RGB value is (208,150,72). Sum of RGB (Red+Green+Blue) = 208+150+72=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D09648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09648 is #2F69B7. Grayscale: #9E9E9E. Windows color (decimal): -3107256 or 4757200. OLE color: 4757200.

HSL color Cylindrical-coordinate representation of color #D09648: hue angle of 34.41º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D09648 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 72 -
CMYK 0 0.28 0.65 0.18
HSL 34.41º 0.59% 0.55% -
HSV(B) 34.41º 0.65% 0.82% -
XYZ 38.09 35.69 11.01 -
YUV 158.45 79.22 163.34 -
System Red Green Blue C M Y K H S L
Decimal 208 150 72 0 0.28 0.65 0.18 34.41 0.59 0.55
Hex D0 96 48 0 1C 41 12 22 3B 37
Octal 320 226 110 0 34 101 22 42 73 67
Binary 11010000 10010110 1001000 0 11100 1000001 10010 100010 111011 110111

Color Harmonies of #D09648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09648

Black with #D09648

Text Example


Text Example

White with #D09648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09648; }

 p { color: rgb(208,150,72); }

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

background-color css

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

 a { background-color: rgb(208,150,72); }

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

border-color css

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

 span { border-color: rgb(208,150,72); }

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