Html Css Color HEX #D08F44 Anzac

📋 copy color: '#D08F44'

red 208 ◦ green 143 ◦ blue 68

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

Shades of Anzac #D08F44

Tints of Anzac #D08F44

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.13%

 BLUE value IS 68 (26.95% from 255) = 16.23%

R = 49.64%
G = 34.13%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D08F44 (or 0xD08F44) is known color: Anzac. HEX triplet: D0, 8F and 44. RGB value is (208,143,68). Sum of RGB (Red+Green+Blue) = 208+143+68=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08F44 is #2F70BB. Grayscale: #9A9A9A. Windows color (decimal): -3109052 or 4493264. OLE color: 4493264.

HSL color Cylindrical-coordinate representation of color #D08F44: hue angle of 32.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D08F44 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 143 68 -
CMYK 0 0.31 0.67 0.18
HSL 32.14º 0.6% 0.54% -
HSV(B) 32.14º 0.67% 0.82% -
XYZ 36.88 33.47 9.99 -
YUV 153.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 208 143 68 0 0.31 0.67 0.18 32.14 0.6 0.54
Hex D0 8F 44 0 1F 43 12 20 3C 36
Octal 320 217 104 0 37 103 22 40 74 66
Binary 11010000 10001111 1000100 0 11111 1000011 10010 100000 111100 110110

Color Harmonies of #D08F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F44

Black with #D08F44

Text Example


Text Example

White with #D08F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F44; }

 p { color: rgb(208,143,68); }

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

background-color css

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

 a { background-color: rgb(208,143,68); }

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

border-color css

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

 span { border-color: rgb(208,143,68); }

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