Html Css Color HEX #D0973F Anzac

📋 copy color: '#D0973F'

red 208 ◦ green 151 ◦ blue 63

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

Shades of Anzac #D0973F

Tints of Anzac #D0973F

RGB

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

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

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

R = 49.29%
G = 35.78%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0973F (or 0xD0973F) is known color: Anzac. HEX triplet: D0, 97 and 3F. RGB value is (208,151,63). Sum of RGB (Red+Green+Blue) = 208+151+63=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0973F is #2F68C0. Grayscale: #9E9E9E. Windows color (decimal): -3107009 or 4167632. OLE color: 4167632.

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

Color convert

RGB 208 151 63 -
CMYK 0 0.27 0.70 0.18
HSL 36.41º 0.61% 0.53% -
HSV(B) 36.41º 0.7% 0.82% -
XYZ 37.98 35.9 9.63 -
YUV 158.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 208 151 63 0 0.27 0.70 0.18 36.41 0.61 0.53
Hex D0 97 3F 0 1B 46 12 24 3D 35
Octal 320 227 77 0 33 106 22 44 75 65
Binary 11010000 10010111 111111 0 11011 1000110 10010 100100 111101 110101

Color Harmonies of #D0973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0973F

Black with #D0973F

Text Example


Text Example

White with #D0973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0973F; }

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

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

background-color css

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

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

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

border-color css

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

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

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