Html Css Color HEX #D0993F Anzac

📋 copy color: '#D0993F'

red 208 ◦ green 153 ◦ blue 63

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

Shades of Anzac #D0993F

Tints of Anzac #D0993F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.08%

 BLUE value IS 63 (25% from 255) = 14.86%

R = 49.06%
G = 36.08%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0993F (or 0xD0993F) is known color: Anzac. HEX triplet: D0, 99 and 3F. RGB value is (208,153,63). Sum of RGB (Red+Green+Blue) = 208+153+63=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0993F is #2F66C0. Grayscale: #9F9F9F. Windows color (decimal): -3106497 or 4168144. OLE color: 4168144.

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

Color convert

RGB 208 153 63 -
CMYK 0 0.26 0.70 0.18
HSL 37.24º 0.61% 0.53% -
HSV(B) 37.24º 0.7% 0.82% -
XYZ 38.3 36.55 9.74 -
YUV 159.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 208 153 63 0 0.26 0.70 0.18 37.24 0.61 0.53
Hex D0 99 3F 0 1A 46 12 25 3D 35
Octal 320 231 77 0 32 106 22 45 75 65
Binary 11010000 10011001 111111 0 11010 1000110 10010 100101 111101 110101

Color Harmonies of #D0993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0993F

Black with #D0993F

Text Example


Text Example

White with #D0993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0993F; }

 p { color: rgb(208,153,63); }

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

background-color css

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

 a { background-color: rgb(208,153,63); }

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

border-color css

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

 span { border-color: rgb(208,153,63); }

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