Html Css Color HEX #D08F43 Anzac

📋 copy color: '#D08F43'

red 208 ◦ green 143 ◦ blue 67

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

Shades of Anzac #D08F43

Tints of Anzac #D08F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.03%

R = 49.76%
G = 34.21%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D08F43 (or 0xD08F43) is known color: Anzac. HEX triplet: D0, 8F and 43. RGB value is (208,143,67). Sum of RGB (Red+Green+Blue) = 208+143+67=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08F43 is #2F70BC. Grayscale: #9A9A9A. Windows color (decimal): -3109053 or 4427728. OLE color: 4427728.

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

Color convert

RGB 208 143 67 -
CMYK 0 0.31 0.68 0.18
HSL 32.34º 0.6% 0.54% -
HSV(B) 32.34º 0.68% 0.82% -
XYZ 36.85 33.46 9.83 -
YUV 153.77 79.03 166.68 -
System Red Green Blue C M Y K H S L
Decimal 208 143 67 0 0.31 0.68 0.18 32.34 0.6 0.54
Hex D0 8F 43 0 1F 44 12 20 3C 36
Octal 320 217 103 0 37 104 22 40 74 66
Binary 11010000 10001111 1000011 0 11111 1000100 10010 100000 111100 110110

Color Harmonies of #D08F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F43

Black with #D08F43

Text Example


Text Example

White with #D08F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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